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

/linux-master/fs/nfs/
H A Dnfs4namespace.c134 char *fs_path; local
149 fs_path = nfs4_pathname_string(&locations->fs_path, &len);
150 if (IS_ERR(fs_path)) {
152 return PTR_ERR(fs_path);
155 n = strncmp(path, fs_path, len);
157 kfree(fs_path);
438 fs_locations->fs_path.ncomponents <= 0)
H A Dnfs4xdr.c3753 status = decode_pathname(xdr, &res->fs_path);
/linux-master/fs/btrfs/
H A Dsend.c45 * A fs_path is a helper to dynamically build path names with unknown size.
51 struct fs_path { struct
71 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf))
425 static void fs_path_reset(struct fs_path *p)
438 static struct fs_path *fs_path_alloc(void)
440 struct fs_path *p;
452 static struct fs_path *fs_path_alloc_reversed(void)
454 struct fs_path *p;
464 static void fs_path_free(struct fs_path *
3856 check_ino_in_path(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, const u64 ino2_gen, struct fs_path *fs_path) argument
3889 is_ancestor(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, struct fs_path *fs_path) argument
[all...]
/linux-master/include/linux/
H A Dnfs_xdr.h1228 struct nfs4_pathname fs_path; member in struct:nfs4_fs_locations

Completed in 178 milliseconds