Searched refs:open_stateid (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/nfs/ |
D | nfs4_fs.h | 187 nfs4_stateid open_stateid; /* OPEN stateid */ member 593 nfs4_stateid_match_other(&state->open_stateid, stateid); in nfs4_state_match_open_stateid_other()
|
D | nfs4proc.c | 1495 u32 state_seqid = be32_to_cpu(state->open_stateid.seqid); in nfs_state_log_out_of_order_open_stateid() 1534 !nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_need_update_open_stateid() 1542 if (nfs4_stateid_is_newer(stateid, &state->open_stateid)) { in nfs_need_update_open_stateid() 1581 if (nfs4_stateid_match_other(stateid, &state->open_stateid) && in nfs_clear_open_stateid_locked() 1582 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) { in nfs_clear_open_stateid_locked() 1588 nfs4_stateid_copy(&state->open_stateid, stateid); in nfs_clear_open_stateid_locked() 1652 !nfs4_stateid_match_other(stateid, &state->open_stateid)) { in nfs_set_open_stateid_locked() 1653 nfs4_stateid_copy(freeme, &state->open_stateid); in nfs_set_open_stateid_locked() 1659 nfs4_stateid_copy(&state->open_stateid, stateid); in nfs_set_open_stateid_locked() 1665 const nfs4_stateid *open_stateid, in nfs_state_set_open_stateid() argument [all …]
|
D | nfs4trace.h | 640 be32_to_cpu(state->open_stateid.seqid); 642 nfs_stateid_hash(&state->open_stateid);
|
D | nfs4state.c | 1029 src = &state->open_stateid; in nfs4_copy_open_stateid() 1449 if (nfs4_stateid_match_other(&state->open_stateid, stateid) && in nfs_inode_find_state_and_recover()
|
D | nfs4xdr.c | 1340 encode_nfs4_stateid(xdr, &args->open_stateid); in encode_lock()
|
/Linux-v5.4/fs/nfsd/ |
D | xdr4.h | 166 stateid_t open_stateid; member 186 #define lk_new_open_stateid v.new.open_stateid
|
/Linux-v5.4/include/linux/ |
D | nfs_xdr.h | 555 nfs4_stateid open_stateid; member
|