Home
last modified time | relevance | path

Searched refs:ncomponents (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfs/
H A Dnfs4namespace.c39 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()
H A Dnfs4xdr.c3749 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) { in decode_pathname()
3750 struct nfs4_string *component = &path->components[path->ncomponents]; in decode_pathname()
3756 (path->ncomponents != n ? "/ " : ""), in decode_pathname()
3763 path->ncomponents = 1; in decode_pathname()
H A Dnfs4proc.c4077 if (path1->ncomponents != path2->ncomponents) in _is_same_nfs4_pathname()
4079 for (i = 0; i < path1->ncomponents; i++) { in _is_same_nfs4_pathname()
/linux/fs/nfsd/
H A Dnfs4xdr.c2844 unsigned int ncomponents = 0; in nfsd4_encode_pathname4() local
2861 if ((ncomponents & 15) == 0) { in nfsd4_encode_pathname4()
2864 sizeof(*new) * (ncomponents + 16), in nfsd4_encode_pathname4()
2870 components[ncomponents++] = cur.dentry; in nfsd4_encode_pathname4()
2875 if (xdr_stream_encode_u32(xdr, ncomponents) != XDR_UNIT) in nfsd4_encode_pathname4()
2877 while (ncomponents) { in nfsd4_encode_pathname4()
2878 struct dentry *dentry = components[ncomponents - 1]; in nfsd4_encode_pathname4()
2889 ncomponents--; in nfsd4_encode_pathname4()
2895 while (ncomponents) in nfsd4_encode_pathname4()
2896 dput(components[--ncomponents]); in nfsd4_encode_pathname4()
/linux/include/linux/
H A Dnfs_xdr.h1256 unsigned int ncomponents; member