Home
last modified time | relevance | path

Searched refs:F_REMOTELOCK (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/klm/
H A Dnlm_service.c375 F_REMOTELOCK | FREAD | FWRITE, in nlm_do_test()
553 flags = F_REMOTELOCK | FREAD | FWRITE; in nlm_do_lock()
720 F_REMOTELOCK | FREAD | FWRITE, in nlm_block()
837 F_REMOTELOCK | FREAD | FWRITE, in nlm_do_cancel()
924 F_REMOTELOCK | FREAD | FWRITE, in nlm_do_unlock()
/titanic_44/usr/src/uts/common/sys/
H A Dflock.h59 #define F_REMOTELOCK (0x01 << 16) /* Set if NLM lock */ macro
/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c238 if (flag & F_REMOTELOCK) { in fs_frlock()
265 if (flag & F_REMOTELOCK) { in fs_frlock()
294 if (flag & F_REMOTELOCK) { in fs_frlock()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c2553 int flag = F_REMOTELOCK; in smb_fsop_frlock()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c8467 &flk, F_REMOTELOCK | FREAD | FWRITE, in rfs4_release_share_lock_state()
8717 flag = (int)sp->rs_share_access | F_REMOTELOCK; in rfs4_do_lock()
9421 flag |= F_REMOTELOCK; in rfs4_op_lockt()