Searched refs:DKIOCGETBLOCKSIZE (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | disk.h | 185 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t) macro
|
| /xnu-12377.1.9/bsd/vm/ |
| H A D | vnode_pager.c | 119 error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&blocksize, 0, vfs_context_kernel()); in vnode_pager_issue_reprioritize_io() 253 error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&blocksize, 0, vfs_context_kernel()); in vnode_trim()
|
| H A D | vm_compressor_backing_file.c | 427 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&block_size, 0, ctx))) { in vm_swap_vol_get_capacity()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_symfile.c | 414 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &ref->blksize); in kern_open_file_for_direct_io() 536 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &blksize); in kern_open_file_for_direct_io()
|
| /xnu-12377.1.9/bsd/dev/ |
| H A D | memdev.c | 415 case DKIOCGETBLOCKSIZE: in mdevioctl()
|
| /xnu-12377.1.9/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 479 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKSIZE, (caddr_t)&blksize, 0, ap->a_context)) { in spec_open()
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 4519 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, in vfs_init_io_attributes()
|