Searched refs:lockf (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | lockf.h | 116 struct lockf { struct 117 LIST_ENTRY(lockf) ls_link; /* (S) all active lockf states */ 123 LIST_HEAD(lockf_list, lockf); argument 127 int lf_advlock(struct vop_advlock_args *, struct lockf **, u_quad_t); 128 int lf_advlockasync(struct vop_advlockasync_args *, struct lockf **, u_quad_t); 129 void lf_purgelocks(struct vnode *vp, struct lockf **statep);
|
| H A D | vnode.h | 163 struct lockf *v_lockf; /* Byte-level advisory lock list */
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 130 lf_getblock(struct lockf *, struct lockf_entry *); 140 static int lf_setlock(struct lockf *, struct lockf_entry *, 143 static void lf_split(struct lockf *, struct lockf_entry *, 420 struct lockf *state; in lf_advlockasync() 605 struct lockf *ls; in lf_advlockasync() 763 lf_purgelocks(struct vnode *vp, struct lockf **statep) in lf_purgelocks() 765 struct lockf *state; in lf_purgelocks() 1657 lf_getblock(struct lockf *state, struct lockf_entry *lock) in lf_getblock() 1809 lf_split(struct lockf *state, struct lockf_entry *lock1, in lf_split() 1871 struct lockf *ls; in lf_iteratelocks_sysid() [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_proc.c | 162 int ret = lockf(config_fd, F_TEST, 0); in rte_eal_primary_proc_alive()
|