Searched refs:WR_STATE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | state.h | 635 #define WR_STATE 0x00000020 macro
|
H A D | nfs4proc.c | 1139 WR_STATE, NULL, NULL); in nfsd4_setattr() 1190 stateid, WR_STATE, &nf, NULL); in nfsd4_write() 1227 dst_stateid, WR_STATE, dst, NULL); in nfsd4_verify_copy() 1514 WR_STATE, ©->nf_dst, NULL); in nfsd4_setup_inter_ssc() 1969 WR_STATE, &nf, NULL); in nfsd4_fallocate()
|
H A D | nfs4state.c | 5116 if ((flags & WR_STATE) && (dp->dl_type == NFS4_OPEN_DELEGATE_READ)) in nfs4_check_delegmode() 5124 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE; in share_access_to_flags() 6335 if ((flags & WR_STATE) && !access_permit_write(stp)) in nfs4_check_openmode() 6353 } else if (flags & WR_STATE) in check_special_stateids() 6814 RD_STATE : WR_STATE; in setlkflg()
|