Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
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()
A Dnfs4xdr.c3744 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
/linux-6.3-rc2/fs/btrfs/
A Dsend.c52 struct fs_path { struct
72 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument
441 struct fs_path *p; in fs_path_alloc()
574 static int fs_path_add_path(struct fs_path *p, struct fs_path *p2) in fs_path_add_path()
605 static int fs_path_copy(struct fs_path *p, struct fs_path *from) in fs_path_copy()
815 struct fs_path *from, struct fs_path *to) in send_rename()
840 struct fs_path *path, struct fs_path *lnk) in send_link()
3839 struct fs_path *fs_path) in check_ino_in_path() argument
3871 struct fs_path *fs_path) in is_ancestor() argument
3879 if (!fs_path) { in is_ancestor()
[all …]
/linux-6.3-rc2/include/linux/
A Dnfs_xdr.h1227 struct nfs4_pathname fs_path; member

Completed in 41 milliseconds