Home
last modified time | relevance | path

Searched refs:VNOP_SETATTR (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/vm/
H A Dvm_compressor_backing_file.c152 error = VNOP_SETATTR(vp, &va, ctx); in vm_swapfile_preallocate()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h450 extern errno_t VNOP_SETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c3145 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 Dkern_descrip.c4430 error = VNOP_SETATTR(vp, &va, ctx); in sys_fcntl_nocancel()