Home
last modified time | relevance | path

Searched refs:NFS4_OPEN_STID (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dstate.h89 #define NFS4_OPEN_STID 1 macro
Dnfs4state.c3655 if (local->st_stid.sc_type == NFS4_OPEN_STID) { in nfsd4_find_existing_open()
3765 stp->st_stid.sc_type = NFS4_OPEN_STID; in init_open_stateid()
5015 case NFS4_OPEN_STID: in nfsd4_validate_stateid()
5082 case NFS4_OPEN_STID: in nfs4_find_file()
5163 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID, in nfs4_preprocess_stateid_op()
5176 case NFS4_OPEN_STID: in nfs4_preprocess_stateid_op()
5264 case NFS4_OPEN_STID: in nfsd4_free_stateid()
5359 NFS4_OPEN_STID, &stp, nn); in nfs4_preprocess_confirmed_seqid_op()
5391 NFS4_OPEN_STID, &stp, nn); in nfsd4_open_confirm()
5525 NFS4_OPEN_STID|NFS4_CLOSED_STID, in nfsd4_close()
Dnfs4layouts.c275 typemask |= (NFS4_OPEN_STID | NFS4_LOCK_STID | NFS4_DELEG_STID); in nfsd4_preprocess_layout_stateid()