Home
last modified time | relevance | path

Searched refs:O_SHLOCK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dfcntl.h95 #define O_SHLOCK 0x0010 /* open with shared file lock */ macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c337 if ((fmode & (O_EXLOCK | O_SHLOCK)) == 0) in vn_open_vnode_advlock()
H A Dkern_descrip.c4223 { O_SHLOCK, KF_FLAG_SHLOCK }, in xlate_fflags()
H A Dvfs_syscalls.c1054 if (flags & (O_EXLOCK | O_SHLOCK)) in flags_to_rights()