Searched refs:fs_path (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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() 379 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
|
D | nfs4xdr.c | 3675 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
|
/Linux-v5.4/fs/btrfs/ |
D | send.c | 34 struct fs_path { struct 54 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument 326 static void fs_path_reset(struct fs_path *p) in fs_path_reset() 339 static struct fs_path *fs_path_alloc(void) in fs_path_alloc() 341 struct fs_path *p; in fs_path_alloc() 353 static struct fs_path *fs_path_alloc_reversed(void) in fs_path_alloc_reversed() 355 struct fs_path *p; in fs_path_alloc_reversed() 365 static void fs_path_free(struct fs_path *p) in fs_path_free() 374 static int fs_path_len(struct fs_path *p) in fs_path_len() 379 static int fs_path_ensure_buf(struct fs_path *p, int len) in fs_path_ensure_buf() [all …]
|
/Linux-v5.4/include/linux/ |
D | nfs_xdr.h | 1200 struct nfs4_pathname fs_path; member
|