Searched refs:file_lock (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c76 struct file_lock { struct
77 LIST_ENTRY(file_lock) nfslocklist;
91 LIST_HEAD(nfslocklist_head, file_lock);
94 LIST_HEAD(blockedlocklist_head, file_lock);
154 enum partialfilelock_status lock_partialfilelock(struct file_lock *fl);
156 void send_granted(struct file_lock *fl, int opcode);
164 struct file_lock * allocate_file_lock(const netobj *lockowner,
168 void deallocate_file_lock(struct file_lock *fl);
169 void fill_file_lock(struct file_lock *fl, const fhandle_t *fh,
179 int same_filelock_identity(const struct file_lock *fl
[all...]
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dfs.h45 struct file_lock;
123 int (*lock)(struct file *, int, struct file_lock *);
129 int (*flock)(struct file *, int, struct file_lock *);
134 int (*setlease)(struct file *, long, struct file_lock **);
/freebsd-9.3-release/contrib/nvi/common/
H A Drecover.c377 if (file_lock(sp, NULL, NULL, fd, 1) != LOCK_SUCCESS)
526 switch (file_lock(sp, NULL, NULL, fileno(fp), 1)) {
640 switch (file_lock(sp, NULL, NULL, fd, 1)) {
H A Dexf.c341 switch (file_lock(sp, oname,
876 if (!noname && file_lock(sp, NULL, NULL, fd, 0) == LOCK_UNAVAIL)
1435 * file_lock --
1455 * PUBLIC: lockr_t file_lock __P((SCR *, char *, int *, int, int));
1458 file_lock(sp, name, fdp, fd, iswrite) function
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_read.c264 if (file_lock(sp, NULL, NULL, fileno(fp), 0) == LOCK_UNAVAIL)
/freebsd-9.3-release/contrib/nvi/include/
H A Dcom_extern.h100 lockr_t file_lock __P((SCR *, char *, int *, int, int));
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_vnode.h176 struct file_lock;
217 typedef int (*xfs_vop_frlock_t)(bhv_desc_t *, int, struct file_lock *,int,

Completed in 203 milliseconds