Searched refs:nfs4_stateid_match_other (Results 1 – 7 of 7) sorted by relevance
/fs/nfs/ |
D | nfs4_fs.h | 565 static inline bool nfs4_stateid_match_other(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match_other() function 601 nfs4_stateid_match_other(&state->open_stateid, stateid); in nfs4_state_match_open_stateid_other()
|
D | delegation.c | 384 if (nfs4_stateid_match_other(&old_delegation->stateid, in nfs_inode_set_delegation() 1143 nfs4_stateid_match_other(&delegation->stateid, stateid)) { in nfs_inode_find_delegation_state_and_recover() 1192 nfs4_stateid_match_other(dst, &delegation->stateid)) { in nfs4_refresh_delegation_stateid()
|
D | callback_proc.c | 136 !nfs4_stateid_match_other(stateid, &lo->plh_stateid)) in nfs_layout_find_inode_by_stateid() 225 if (!nfs4_stateid_match_other(&lo->plh_stateid, new)) in pnfs_check_callback_stateid()
|
D | nfs4state.c | 1416 if (nfs4_stateid_match_other(&pos->ls_stateid, stateid)) in nfs_state_find_lock_state_by_stateid() 1450 if (nfs4_stateid_match_other(&state->stateid, stateid) && in nfs_inode_find_state_and_recover() 1455 if (nfs4_stateid_match_other(&state->open_stateid, stateid) && in nfs_inode_find_state_and_recover() 1570 if (!nfs4_stateid_match_other(&state->stateid, ©->parent_state->stateid)) in nfs42_complete_copies()
|
D | nfs42proc.c | 605 nfs4_stateid_match_other(&data->args.stateid, in nfs42_layoutstat_done() 771 nfs4_stateid_match_other(&data->args.errors[0].stateid, in nfs42_layouterror_done()
|
D | pnfs.c | 398 nfs4_stateid_match_other(dst, &lo->plh_stateid)) { in nfs4_layout_refresh_old_stateid() 1145 !nfs4_stateid_match_other(&lo->plh_stateid, arg_stateid)) in pnfs_layoutreturn_free_lsegs() 1546 nfs4_stateid_match_other(&args->stateid, &lo->plh_stateid)) in pnfs_roc_release() 2378 } else if (nfs4_stateid_match_other(&lo->plh_stateid, &res->stateid)) { in pnfs_layout_process()
|
D | nfs4proc.c | 1566 if (nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_stateid_is_sequential() 1611 if (nfs4_stateid_match_other(stateid, &state->open_stateid) && in nfs_clear_open_stateid_locked() 1683 !nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_set_open_stateid_locked() 1813 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid)) in nfs4_update_lock_stateid() 2835 nfs4_stateid_match_other(&state->stateid, &tmp)) in nfs41_delegation_recover_stateid() 6530 if (!nfs4_stateid_match_other(dst, &lsp->ls_stateid)) in nfs4_refresh_lock_old_stateid() 6549 ret = !nfs4_stateid_match_other(dst, &lsp->ls_stateid); in nfs4_sync_lock_stateid() 9178 !nfs4_stateid_match_other(&lgp->args.stateid, &lo->plh_stateid)) { in nfs4_layoutget_handle_exception()
|