Searched defs:fl_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 12776 file_lease_alloc(struct fileglob *fg, int fl_type, pid_t pid) in file_lease_alloc() 12812 check_for_open_conflict(vnode_t vp, struct fileglob *fg, int fl_type, in check_for_open_conflict() 12857 acquire_file_lease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts, in acquire_file_lease() 12980 vnode_setlease(vnode_t vp, struct fileglob *fg, int fl_type, int expcounts, in vnode_setlease() 13007 int fl_type = F_UNLCK; in vnode_getlease() local 13217 int fl_type; in vnode_breaklease() local
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vnode_internal.h | 143 int fl_type; /* The file lease type: F_RDLCK, F_WRLCK */ member
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_descrip.c | 5086 int fl_type; in sys_fcntl_nocancel() local
|