sc_type           238 fs/nfsd/nfs4layouts.c 	if (parent->sc_type == NFS4_DELEG_STID)
sc_type           252 fs/nfsd/nfs4layouts.c 	stp->sc_type = NFS4_LAYOUT_STID;
sc_type           288 fs/nfsd/nfs4layouts.c 	if (stid->sc_type != NFS4_LAYOUT_STID) {
sc_type           971 fs/nfsd/nfs4state.c 	s->sc_type = 0;
sc_type          1025 fs/nfsd/nfs4state.c 	dp->dl_stid.sc_type = NFS4_DELEG_STID;
sc_type          1041 fs/nfsd/nfs4state.c 	dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID;
sc_type          1070 fs/nfsd/nfs4state.c 		dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID;
sc_type          2238 fs/nfsd/nfs4state.c 	if (!ret || !ret->sc_type)
sc_type          2251 fs/nfsd/nfs4state.c 		if (typemask & s->sc_type)
sc_type          2375 fs/nfsd/nfs4state.c 	if (st->sc_type != NFS4_OPEN_STID && st->sc_type != NFS4_LOCK_STID)
sc_type          2480 fs/nfsd/nfs4state.c 	switch (st->sc_type) {
sc_type          4115 fs/nfsd/nfs4state.c 		if (local->st_stid.sc_type == NFS4_OPEN_STID) {
sc_type          4129 fs/nfsd/nfs4state.c 	switch (s->sc_type) {
sc_type          4225 fs/nfsd/nfs4state.c 	stp->st_stid.sc_type = NFS4_OPEN_STID;
sc_type          4394 fs/nfsd/nfs4state.c 	if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID)
sc_type          4632 fs/nfsd/nfs4state.c 	if (deleg->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) {
sc_type          5050 fs/nfsd/nfs4state.c 			stp->st_stid.sc_type = NFS4_CLOSED_STID;
sc_type          5483 fs/nfsd/nfs4state.c 	switch (s->sc_type) {
sc_type          5495 fs/nfsd/nfs4state.c 		printk("unknown stateid type %x\n", s->sc_type);
sc_type          5537 fs/nfsd/nfs4state.c 	if (((*s)->sc_type == NFS4_REVOKED_DELEG_STID) && !return_revoked) {
sc_type          5552 fs/nfsd/nfs4state.c 	switch (s->sc_type) {
sc_type          5641 fs/nfsd/nfs4state.c 	switch (s->sc_type) {
sc_type          5729 fs/nfsd/nfs4state.c 	switch (s->sc_type) {
sc_type          6000 fs/nfsd/nfs4state.c 	stp->st_stid.sc_type = NFS4_CLOSED_STID;
sc_type          6260 fs/nfsd/nfs4state.c 		if (lst->st_stid.sc_type != NFS4_LOCK_STID)
sc_type          6288 fs/nfsd/nfs4state.c 	stp->st_stid.sc_type = NFS4_LOCK_STID;
sc_type            99 fs/nfsd/state.h 	unsigned char		sc_type;