Searched refs:VNOP_SETATTR (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 152 error = VNOP_SETATTR(vp, &va, ctx); in vm_swapfile_preallocate()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 450 extern errno_t VNOP_SETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 3145 error = VNOP_SETATTR(vp, vap, ctx); in vnode_setattr() 3854 VNOP_SETATTR(vnode_t vp, struct vnode_attr * vap, vfs_context_t ctx) in VNOP_SETATTR() function
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 4430 error = VNOP_SETATTR(vp, &va, ctx); in sys_fcntl_nocancel()
|