Home
last modified time | relevance | path

Searched refs:lockowner (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dnfs_fs.h75 fl_owner_t lockowner; member
/linux/fs/nfs/
H A Dpagelist.c1044 return l1->lockowner == l2->lockowner; in nfs_match_lock_context()
H A Dinode.c1101 l_ctx->lockowner = current->files; in nfs_init_lock_context()
1111 if (pos->lockowner != current->files) in __nfs_find_lock_context()
H A Dwrite.c1140 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
H A Dnfs4state.c941 owner = l_ctx->lockowner; in nfs4_copy_lock_stateid()
/linux/fs/nfsd/
H A Dstate.h645 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner() function