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

/freebsd-10.0-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-10.0-release/contrib/apr/file_io/unix/
H A Dbuffer.c27 file_lock(file);
H A Dseek.c62 file_lock(thefile);
103 file_lock(fp);
H A Dreadwrite.c96 file_lock(thefile);
156 file_lock(thefile);
234 file_lock(thefile);
339 file_lock(thefile);
353 file_lock(thefile);
377 file_lock(thefile);
418 file_lock(thefile);
/freebsd-10.0-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-10.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h121 #define file_lock(f) do { \ macro
130 #define file_lock(f) do {} while (0) macro
/freebsd-10.0-release/contrib/nvi/common/
H A Drecover.c383 if (file_lock(sp, NULL, fd, 1) != LOCK_SUCCESS)
540 switch (file_lock(sp, NULL, fileno(fp), 1)) {
659 switch (file_lock(sp, NULL, fileno(fp), 1)) {
H A Dextern.h25 lockr_t file_lock __P((SCR *, char *, int, int));
H A Dexf.c337 switch (file_lock(sp, oname, ep->db->fd(ep->db), 0)) {
883 if (!noname && file_lock(sp, NULL, fd, 0) == LOCK_UNAVAIL)
1491 * file_lock --
1494 * PUBLIC: lockr_t file_lock __P((SCR *, char *, int, int));
1497 file_lock( function
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_read.c267 if (file_lock(sp, NULL, fileno(fp), 0) == LOCK_UNAVAIL)

Completed in 122 milliseconds