Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c208 if (parent->sc_type == NFS4_DELEG_STID) in nfsd4_alloc_layout_stateid()
221 stp->sc_type = NFS4_LAYOUT_STID; in nfsd4_alloc_layout_stateid()
257 if (stid->sc_type != NFS4_LAYOUT_STID) { in nfsd4_preprocess_layout_stateid()
Dnfs4state.c765 s->sc_type = 0; in nfs4_unhash_stid()
826 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
842 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
879 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
1985 if (!ret || !ret->sc_type) in find_stateid_locked()
1998 if (typemask & s->sc_type) in find_stateid_by_type()
3398 stp->st_stid.sc_type = NFS4_OPEN_STID; in init_open_stateid()
4631 switch (s->sc_type) { in nfsd4_validate_stateid()
4643 printk("unknown stateid type %x\n", s->sc_type); in nfsd4_validate_stateid()
4680 switch (s->sc_type) { in nfs4_find_file()
[all …]
Dstate.h96 unsigned char sc_type; member