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()
3738 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) { in decode_pathname()3739 struct nfs4_string *component = &path->components[path->ncomponents]; in decode_pathname()3745 (path->ncomponents != n ? "/ " : ""), in decode_pathname()3752 path->ncomponents = 1; in decode_pathname()
4134 if (path1->ncomponents != path2->ncomponents) in _is_same_nfs4_pathname()4136 for (i = 0; i < path1->ncomponents; i++) { in _is_same_nfs4_pathname()
1245 unsigned int ncomponents; member