Home
last modified time | relevance | path

Searched refs:DKIOCGETBLOCKSIZE (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Ddisk.h185 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t) macro
/xnu-12377.1.9/bsd/vm/
H A Dvnode_pager.c119 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 Dvm_compressor_backing_file.c427 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 Dkern_symfile.c414 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 Dmemdev.c415 case DKIOCGETBLOCKSIZE: in mdevioctl()
/xnu-12377.1.9/bsd/miscfs/specfs/
H A Dspec_vnops.c479 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKSIZE, (caddr_t)&blksize, 0, ap->a_context)) { in spec_open()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c4519 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, in vfs_init_io_attributes()