Searched refs:file_lock (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 76 struct file_lock { struct 188 struct file_lock * get_lock_matching_unlock(const struct file_lock *fl); 194 struct file_lock **released_lock, struct file_lock **left_lock, 198 const struct file_lock *unlock_lock, struct file_lock **left_lock, 212 const struct file_lock *fl, struct file_lock **conflicting_fl); 371 struct file_lock * 703 struct file_lock * 913 const struct file_lock *unlock_lock, struct file_lock **left_lock, in split_nfslock() 959 struct file_lock **left_lock, struct file_lock **right_lock) in unlock_nfslock() 1690 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) in do_test() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 54 struct file_lock; 167 int (*lock)(struct file *, int, struct file_lock *); 173 int (*flock)(struct file *, int, struct file_lock *); 178 int (*setlease)(struct file *, long, struct file_lock **);
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | recover.c | 368 if (file_lock(sp, NULL, fd, 1) != LOCK_SUCCESS) in rcv_mailfile() 525 switch (file_lock(sp, NULL, fileno(fp), 1)) { in rcv_list() 640 switch (file_lock(sp, NULL, fileno(fp), 1)) {
|
| H A D | exf.c | 342 switch (file_lock(sp, oname, ep->db->fd(ep->db), 0)) { in file_init() 875 if (!noname && file_lock(sp, NULL, fd, 0) == LOCK_UNAVAIL) 1484 file_lock(SCR *sp, char *name, int fd, int iswrite) function
|
| /freebsd-14.2/contrib/nvi/ex/ |
| H A D | ex_read.c | 262 if (file_lock(sp, NULL, fileno(fp), 0) == LOCK_UNAVAIL) in ex_read()
|
| /freebsd-14.2/usr.bin/vi/ |
| H A D | extern.h | 338 lockr_t file_lock(SCR *, char *, int, int);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | File.cpp | 563 if (ValueGuard file_lock = StreamIsValid()) { in Read() local
|