Searched refs:vnode_setlease (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vnode_internal.h | 696 int vnode_setlease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts,
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_vnops.c | 1891 (void)vnode_setlease(vp, fg, F_UNLCK, 0, ctx); in vn_closefile()
|
| H A D | vfs_subr.c | 12980 vnode_setlease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts, in vnode_setlease() function
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_descrip.c | 5147 error = vnode_setlease(vp, fg, fl_type, expcounts, in sys_fcntl_nocancel()
|