Searched refs:fs_path (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs4namespace.c | 105 const char *path, *fs_path; in nfs4_validate_fspath() local 111 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath() 112 if (IS_ERR(fs_path)) in nfs4_validate_fspath() 113 return PTR_ERR(fs_path); in nfs4_validate_fspath() 115 if (strncmp(path, fs_path, strlen(fs_path)) != 0) { in nfs4_validate_fspath() 117 __func__, path, fs_path); in nfs4_validate_fspath() 378 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
|
D | nfs4xdr.c | 3743 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
|
/Linux-v4.19/fs/btrfs/ |
D | send.c | 34 struct fs_path { struct 54 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument 311 static void fs_path_reset(struct fs_path *p) in fs_path_reset() 324 static struct fs_path *fs_path_alloc(void) in fs_path_alloc() 326 struct fs_path *p; in fs_path_alloc() 338 static struct fs_path *fs_path_alloc_reversed(void) in fs_path_alloc_reversed() 340 struct fs_path *p; in fs_path_alloc_reversed() 350 static void fs_path_free(struct fs_path *p) in fs_path_free() 359 static int fs_path_len(struct fs_path *p) in fs_path_len() 364 static int fs_path_ensure_buf(struct fs_path *p, int len) in fs_path_ensure_buf() [all …]
|
/Linux-v4.19/include/linux/ |
D | nfs_xdr.h | 1154 struct nfs4_pathname fs_path; member
|