Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dexport.h42 #define MAX_SECINFO_LIST 8 macro
74 struct exp_flavor_info ex_flavors[MAX_SECINFO_LIST];
H A Dexport.c522 if (listsize > MAX_SECINFO_LIST) in secinfo_parse()
854 for (i = 0; i < MAX_SECINFO_LIST; i++) { in export_update()