Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4_fs.h506 static inline bool nfs4_stateid_match_other(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match_other() function
Dcallback_proc.c124 if (!nfs4_stateid_match_other(&lo->plh_stateid, stateid)) in get_layout_by_fh_locked()
Ddelegation.c352 if (nfs4_stateid_match_other(&old_delegation->stateid, in nfs_inode_set_delegation()
Dnfs4proc.c1198 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_need_update_open_stateid()
1240 if (!nfs4_stateid_match_other(arg_stateid, &state->open_stateid) || in nfs_clear_open_stateid_locked()
1241 (nfs4_stateid_match_other(stateid, &state->open_stateid) && in nfs_clear_open_stateid_locked()
1349 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid)) in nfs4_update_lock_stateid()
Dpnfs.c1616 if (nfs4_stateid_match_other(&lo->plh_stateid, &res->stateid)) { in pnfs_layout_process()