Home
last modified time | relevance | path

Searched defs:file_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c76 struct file_lock { struct
91 LIST_HEAD(nfslocklist_head, file_lock); argument
/freebsd/contrib/nvi/common/
H A Dexf.c1484 file_lock(SCR *sp, char *name, int fd, int iswrite) function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp563 if (ValueGuard file_lock = StreamIsValid()) { in Read() local