Lines Matching refs:pathconf
5200 struct nfs_pathconf *pathconf)
5207 .pathconf = pathconf,
5215 /* None of the pathconf attributes are mandatory to implement */
5217 memset(pathconf, 0, sizeof(*pathconf));
5221 nfs_fattr_init(pathconf->fattr);
5226 struct nfs_pathconf *pathconf)
5235 _nfs4_proc_pathconf(server, fhandle, pathconf),
10479 .pathconf = nfs4_proc_pathconf,