Searched refs:ncomponents (Results 1 – 4 of 4) sorted by relevance
39 for (i = 0; i < pathname->ncomponents; i++) { in nfs4_pathname_len()73 for (i = 0; i < pathname->ncomponents; i++) { in nfs4_pathname_string()389 location->rootpath.ncomponents == 0) in nfs_follow_referral()438 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()564 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
3702 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) { in decode_pathname()3703 struct nfs4_string *component = &path->components[path->ncomponents]; in decode_pathname()3709 (path->ncomponents != n ? "/ " : ""), in decode_pathname()3716 path->ncomponents = 1; in decode_pathname()
2613 unsigned int ncomponents = 0; in nfsd4_encode_path() local2630 if ((ncomponents & 15) == 0) { in nfsd4_encode_path()2633 sizeof(*new) * (ncomponents + 16), in nfsd4_encode_path()2639 components[ncomponents++] = cur.dentry; in nfsd4_encode_path()2646 *p++ = cpu_to_be32(ncomponents); in nfsd4_encode_path()2648 while (ncomponents) { in nfsd4_encode_path()2649 struct dentry *dentry = components[ncomponents - 1]; in nfsd4_encode_path()2663 ncomponents--; in nfsd4_encode_path()2669 while (ncomponents) in nfsd4_encode_path()2670 dput(components[--ncomponents]); in nfsd4_encode_path()
1212 unsigned int ncomponents; member