Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dvnode_internal.h695 int vnode_setlease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts,
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1846 (void)vnode_setlease(vp, fg, F_UNLCK, 0, ctx); in vn_closefile()
H A Dvfs_subr.c12864 vnode_setlease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts, in vnode_setlease() function
/xnu-11215/bsd/kern/
H A Dkern_descrip.c5098 error = vnode_setlease(vp, fg, fl_type, expcounts, in sys_fcntl_nocancel()