Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
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()
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()
Dnfs4xdr.c3634 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()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4xdr.c2447 unsigned int ncomponents = 0; in nfsd4_encode_path() local
2464 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()
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h1192 unsigned int ncomponents; member