| /xnu-8020.121.3/bsd/sys/ |
| H A D | fcntl.h | 464 struct flock { struct 480 struct flock fl; /* flock passed for file locking */ argument 814 int flock(int, int);
|
| H A D | vnode_if.h | 1192 struct flock *a_fl; 1218 extern errno_t VNOP_ADVLOCK(vnode_t, caddr_t, int, struct flock *, int, vfs_context_t, struct times…
|
| /xnu-8020.121.3/tests/ |
| H A D | lockf_EOF_77264182.c | 39 struct flock fl = {
|
| H A D | kqueue_file_tests.c | 443 if ((res = flock(tmpfd, LOCK_EX)) == -1) { in execute_action() 448 if ((res = flock(tmpfd, LOCK_UN)) == -1) { in execute_action()
|
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_lock.h | 81 struct flock lm_fl; /* The lock request. */
|
| H A D | nfsmount.h | 238 …int (*nf_getlock_rpc)(nfsnode_t, struct nfs_lock_owner *, struct flock *, uint64_t, uint64_t, …
|
| H A D | nfs.h | 1424 int nfs_advlock_getlock(nfsnode_t, struct nfs_lock_owner *, struct flock *, uint64_t, uint64_t,… 1510 int nfs4_getlock_rpc(nfsnode_t, struct nfs_lock_owner *, struct flock *, uint64_t, uint64_t, vf… 1534 int nfs3_getlock_rpc(nfsnode_t, struct nfs_lock_owner *, struct flock *, uint64_t, uint64_t, vf…
|
| H A D | nfs_lock.c | 866 struct flock *fl, in nfs3_getlock_rpc()
|
| H A D | nfs_syscalls.c | 683 struct flock lf; in fhopen()
|
| H A D | nfs4_vnops.c | 3857 struct flock *fl, in nfs4_getlock_rpc() 3948 struct flock *fl, in nfs_advlock_getlock() 4779 struct flock *fl = ap->a_fl; in nfs_vnop_advlock()
|
| /xnu-8020.121.3/bsd/miscfs/specfs/ |
| H A D | specdev.h | 128 struct flock;
|
| /xnu-8020.121.3/bsd/man/man2/ |
| H A D | Makefile | 61 flock.2 \
|
| /xnu-8020.121.3/security/ |
| H A D | mac_file.c | 145 struct flock *fl) in mac_file_check_lock()
|
| H A D | mac_framework.h | 90 struct flock; 197 struct flock *fl) __result_use_check;
|
| H A D | mac_policy.h | 901 struct flock *fl
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_lockf.c | 161 static int lf_getlock(struct lockf *, struct flock *, pid_t); 205 struct flock *fl = ap->a_fl; in lf_advlock() 1087 lf_getlock(struct lockf *lock, struct flock *fl, pid_t matchpid) in lf_getlock()
|
| H A D | kern_descrip.c | 254 struct flock lf = { in fg_drop() 2325 check_file_seek_range(struct flock *fl, off_t cur_file_offset) in check_file_seek_range() 2763 struct flock fl = {}; in sys_fcntl_nocancel() 5368 struct flock lf; in sys_flock()
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_xattr.c | 3420 struct flock lf; in lock_xattrfile() 3435 struct flock lf; in unlock_xattrfile()
|
| H A D | vfs_vnops.c | 1764 struct flock lf = { in vn_closefile()
|
| H A D | kpi_vfs.c | 5475 struct flock *a_fl; 5481 VNOP_ADVLOCK(struct vnode *vp, caddr_t id, int op, struct flock *fl, int flags, vfs_context_t ctx, … in VNOP_ADVLOCK()
|
| H A D | vfs_syscalls.c | 4231 struct flock lf = { in open1() 4365 struct flock lf = { in open1()
|