Lines Matching refs:pathconf
5315 struct nfs_pathconf *pathconf)
5322 .pathconf = pathconf,
5330 /* None of the pathconf attributes are mandatory to implement */
5332 memset(pathconf, 0, sizeof(*pathconf));
5336 nfs_fattr_init(pathconf->fattr);
5341 struct nfs_pathconf *pathconf)
5350 _nfs4_proc_pathconf(server, fhandle, pathconf),
10696 .pathconf = nfs4_proc_pathconf,