Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c944 struct nlattr *ftb[NFSD_A_AUTH_FLAVOR_FLAGS + 1]; in nfsd_nl_parse_one_export() local
952 err = nla_parse_nested(ftb, in nfsd_nl_parse_one_export()
962 if (ftb[NFSD_A_AUTH_FLAVOR_PSEUDOFLAVOR]) in nfsd_nl_parse_one_export()
963 f->pseudoflavor = nla_get_u32(ftb[NFSD_A_AUTH_FLAVOR_PSEUDOFLAVOR]); in nfsd_nl_parse_one_export()
965 if (ftb[NFSD_A_AUTH_FLAVOR_FLAGS]) in nfsd_nl_parse_one_export()
966 f->flags = nla_get_u32(ftb[NFSD_A_AUTH_FLAVOR_FLAGS]); in nfsd_nl_parse_one_export()