Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4namespace.c104 const char *path, *fs_path; in nfs4_validate_fspath() local
110 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath()
111 if (IS_ERR(fs_path)) in nfs4_validate_fspath()
112 return PTR_ERR(fs_path); in nfs4_validate_fspath()
114 if (strncmp(path, fs_path, strlen(fs_path)) != 0) { in nfs4_validate_fspath()
116 __func__, path, fs_path); in nfs4_validate_fspath()
382 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
Dnfs4xdr.c3624 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
/linux-4.4.14/fs/btrfs/
Dsend.c49 struct fs_path { struct
69 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument
290 static void fs_path_reset(struct fs_path *p) in fs_path_reset()
303 static struct fs_path *fs_path_alloc(void) in fs_path_alloc()
305 struct fs_path *p; in fs_path_alloc()
317 static struct fs_path *fs_path_alloc_reversed(void) in fs_path_alloc_reversed()
319 struct fs_path *p; in fs_path_alloc_reversed()
329 static void fs_path_free(struct fs_path *p) in fs_path_free()
338 static int fs_path_len(struct fs_path *p) in fs_path_len()
343 static int fs_path_ensure_buf(struct fs_path *p, int len) in fs_path_ensure_buf()
[all …]
/linux-4.4.14/include/linux/
Dnfs_xdr.h1109 struct nfs4_pathname fs_path; member