Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c1946 unsigned int sc_types) in find_one_sb_stid() argument
1953 if ((stid->sc_type & sc_types) && in find_one_sb_stid()
2082 unsigned int sc_types; in nfsd4_revoke_states() local
2086 sc_types = SC_TYPE_OPEN | SC_TYPE_LOCK | SC_TYPE_DELEG | SC_TYPE_LAYOUT; in nfsd4_revoke_states()
2104 stid = find_one_sb_stid(clp, sb, sc_types); in nfsd4_revoke_states()
2129 unsigned int sc_types) in find_one_export_stid() argument
2136 if ((stid->sc_type & sc_types) && in find_one_export_stid()
2170 unsigned int sc_types; in nfsd4_revoke_export_states() local
2174 sc_types = SC_TYPE_OPEN | SC_TYPE_LOCK | SC_TYPE_DELEG | SC_TYPE_LAYOUT; in nfsd4_revoke_export_states()
2187 stid = find_one_export_stid(clp, path, sc_types); in nfsd4_revoke_export_states()