Searched refs:nfs4_stateid_match_other (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs4_fs.h | 568 static inline bool nfs4_stateid_match_other(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match_other() function 587 nfs4_stateid_match_other(&state->open_stateid, stateid); in nfs4_state_match_open_stateid_other()
|
D | delegation.c | 372 if (nfs4_stateid_match_other(&old_delegation->stateid, in nfs_inode_set_delegation() 1099 nfs4_stateid_match_other(&delegation->stateid, stateid)) { in nfs_inode_find_delegation_state_and_recover() 1148 nfs4_stateid_match_other(dst, &delegation->stateid)) { in nfs4_refresh_delegation_stateid()
|
D | callback_proc.c | 134 !nfs4_stateid_match_other(stateid, &lo->plh_stateid)) in nfs_layout_find_inode_by_stateid() 223 if (!nfs4_stateid_match_other(&lo->plh_stateid, new)) in pnfs_check_callback_stateid()
|
D | nfs4state.c | 1411 if (nfs4_stateid_match_other(&pos->ls_stateid, stateid)) in nfs_state_find_lock_state_by_stateid() 1445 if (nfs4_stateid_match_other(&state->stateid, stateid) && in nfs_inode_find_state_and_recover() 1450 if (nfs4_stateid_match_other(&state->open_stateid, stateid) && in nfs_inode_find_state_and_recover()
|
D | pnfs.c | 380 if (lo && nfs4_stateid_match_other(dst, &lo->plh_stateid)) { in nfs4_layoutreturn_refresh_stateid() 1075 !nfs4_stateid_match_other(&lo->plh_stateid, arg_stateid)) in pnfs_layoutreturn_free_lsegs() 2242 } else if (nfs4_stateid_match_other(&lo->plh_stateid, &res->stateid)) { in pnfs_layout_process()
|
D | nfs42proc.c | 601 nfs4_stateid_match_other(&data->args.stateid, in nfs42_layoutstat_done()
|
D | nfs4proc.c | 1475 !nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_need_update_open_stateid() 1522 if (nfs4_stateid_match_other(stateid, &state->open_stateid) && in nfs_clear_open_stateid_locked() 1589 !nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_set_open_stateid_locked() 1711 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid)) in nfs4_update_lock_stateid() 8824 !nfs4_stateid_match_other(&lgp->args.stateid, &lo->plh_stateid)) { in nfs4_layoutget_handle_exception()
|