Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dstate.h88 #define NFS4_OPEN_STID 1 macro
Dnfs4state.c3632 if (local->st_stid.sc_type == NFS4_OPEN_STID) { in nfsd4_find_existing_open()
3742 stp->st_stid.sc_type = NFS4_OPEN_STID; in init_open_stateid()
5002 case NFS4_OPEN_STID: in nfsd4_validate_stateid()
5069 case NFS4_OPEN_STID: in nfs4_find_file()
5150 NFS4_DELEG_STID|NFS4_OPEN_STID|NFS4_LOCK_STID, in nfs4_preprocess_stateid_op()
5163 case NFS4_OPEN_STID: in nfs4_preprocess_stateid_op()
5251 case NFS4_OPEN_STID: in nfsd4_free_stateid()
5346 NFS4_OPEN_STID, &stp, nn); in nfs4_preprocess_confirmed_seqid_op()
5378 NFS4_OPEN_STID, &stp, nn); in nfsd4_open_confirm()
5512 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()