Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h696 int vnode_setlease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts,
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c1891 (void)vnode_setlease(vp, fg, F_UNLCK, 0, ctx); in vn_closefile()
H A Dvfs_subr.c12980 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 Dkern_descrip.c5147 error = vnode_setlease(vp, fg, fl_type, expcounts, in sys_fcntl_nocancel()