Searched refs:fs_path (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs4namespace.c | 104 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()
|
D | nfs4xdr.c | 3593 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
|
/linux-4.1.27/fs/btrfs/ |
D | send.c | 49 struct fs_path { struct 69 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument 289 static void fs_path_reset(struct fs_path *p) in fs_path_reset() 302 static struct fs_path *fs_path_alloc(void) in fs_path_alloc() 304 struct fs_path *p; in fs_path_alloc() 316 static struct fs_path *fs_path_alloc_reversed(void) in fs_path_alloc_reversed() 318 struct fs_path *p; in fs_path_alloc_reversed() 328 static void fs_path_free(struct fs_path *p) in fs_path_free() 337 static int fs_path_len(struct fs_path *p) in fs_path_len() 342 static int fs_path_ensure_buf(struct fs_path *p, int len) in fs_path_ensure_buf() [all …]
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 1048 struct nfs4_pathname fs_path; member
|