Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c31 static struct group_info *ff_zero_group; variable
416 struct auth_cred acred = { .group_info = ff_zero_group }; in ff_layout_alloc_lseg()
2386 if (!ff_zero_group) { in nfs4flexfilelayout_init()
2387 ff_zero_group = groups_alloc(0); in nfs4flexfilelayout_init()
2388 if (!ff_zero_group) in nfs4flexfilelayout_init()
2399 if (ff_zero_group) { in nfs4flexfilelayout_exit()
2400 put_group_info(ff_zero_group); in nfs4flexfilelayout_exit()
2401 ff_zero_group = NULL; in nfs4flexfilelayout_exit()