Searched refs:fsid_key (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c985 struct svc_expkey *fsid_key = NULL; local
1020 (!IS_ERR(fsid_key = exp_get_fsid_key(clp, nxp->ex_dev))) &&
1021 fsid_key->ek_path.mnt &&
1022 (fsid_key->ek_path.mnt != path.mnt ||
1023 fsid_key->ek_path.dentry != path.dentry))
1076 if (!IS_ERR_OR_NULL(fsid_key))
1077 cache_put(&fsid_key->h, &svc_expkey_cache);

Completed in 36 milliseconds