Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs4namespace.c134 char *fs_path; in nfs4_validate_fspath() local
149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath()
150 if (IS_ERR(fs_path)) { in nfs4_validate_fspath()
152 return PTR_ERR(fs_path); in nfs4_validate_fspath()
155 n = strncmp(path, fs_path, len); in nfs4_validate_fspath()
157 kfree(fs_path); in nfs4_validate_fspath()
438 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
H A Dnfs4xdr.c3780 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
H A Dnfs4proc.c4195 if (!_is_same_nfs4_pathname(&locations->fs_path, in _nfs4_discover_trunking()
/linux-6.15/fs/btrfs/
H A Dsend.c50 struct fs_path { struct
70 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument
447 struct fs_path *p; in fs_path_alloc()
458 struct fs_path *p; in fs_path_alloc_reversed()
594 static int fs_path_copy(struct fs_path *p, struct fs_path *from) in fs_path_copy()
817 struct fs_path *from, struct fs_path *to) in send_rename()
841 struct fs_path *path, struct fs_path *lnk) in send_link()
3881 struct fs_path *fs_path) in check_ino_in_path() argument
3913 struct fs_path *fs_path) in is_ancestor() argument
3921 if (!fs_path) { in is_ancestor()
[all …]
/linux-6.15/include/linux/
H A Dnfs_xdr.h1260 struct nfs4_pathname fs_path; member