Searched refs:ncomponents (Results 1 – 5 of 5) 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()
4013 if (path1->ncomponents != path2->ncomponents) in _is_same_nfs4_pathname()4015 for (i = 0; i < path1->ncomponents; i++) { in _is_same_nfs4_pathname()
2684 unsigned int ncomponents = 0; in nfsd4_encode_path() local2701 if ((ncomponents & 15) == 0) { in nfsd4_encode_path()2704 sizeof(*new) * (ncomponents + 16), in nfsd4_encode_path()2710 components[ncomponents++] = cur.dentry; in nfsd4_encode_path()2717 *p++ = cpu_to_be32(ncomponents); in nfsd4_encode_path()2719 while (ncomponents) { in nfsd4_encode_path()2720 struct dentry *dentry = components[ncomponents - 1]; in nfsd4_encode_path()2734 ncomponents--; in nfsd4_encode_path()2740 while (ncomponents) in nfsd4_encode_path()2741 dput(components[--ncomponents]); in nfsd4_encode_path()
1213 unsigned int ncomponents; member