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()388 location->rootpath.ncomponents == 0) in nfs_follow_referral()434 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()559 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
3634 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) { in decode_pathname()3635 struct nfs4_string *component = &path->components[path->ncomponents]; in decode_pathname()3641 (path->ncomponents != n ? "/ " : ""), in decode_pathname()3648 path->ncomponents = 1; in decode_pathname()
2447 unsigned int ncomponents = 0; in nfsd4_encode_path() local2464 if ((ncomponents & 15) == 0) { in nfsd4_encode_path()2467 sizeof(*new) * (ncomponents + 16), in nfsd4_encode_path()2473 components[ncomponents++] = cur.dentry; in nfsd4_encode_path()2480 *p++ = cpu_to_be32(ncomponents); in nfsd4_encode_path()2482 while (ncomponents) { in nfsd4_encode_path()2483 struct dentry *dentry = components[ncomponents - 1]; in nfsd4_encode_path()2497 ncomponents--; in nfsd4_encode_path()2503 while (ncomponents) in nfsd4_encode_path()2504 dput(components[--ncomponents]); in nfsd4_encode_path()
1192 unsigned int ncomponents; member