Searched refs:fs_path (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/nfs/ |
H A D | nfs4namespace.c | 104 const char *path, *fs_path; nfs4_validate_fspath() local 110 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); nfs4_validate_fspath() 111 if (IS_ERR(fs_path)) nfs4_validate_fspath() 112 return PTR_ERR(fs_path); nfs4_validate_fspath() 114 if (strncmp(path, fs_path, strlen(fs_path)) != 0) { nfs4_validate_fspath() 116 __func__, path, fs_path); nfs4_validate_fspath() 382 fs_locations->fs_path.ncomponents <= 0) nfs_do_refmount()
|
H A D | nfs4xdr.c | 3624 status = decode_pathname(xdr, &res->fs_path); decode_attr_fs_locations()
|
/linux-4.4.14/fs/btrfs/ |
H A D | send.c | 43 * A fs_path is a helper to dynamically build path names with unknown size. 49 struct fs_path { struct 69 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) 290 static void fs_path_reset(struct fs_path *p) fs_path_reset() 303 static struct fs_path *fs_path_alloc(void) fs_path_alloc() 305 struct fs_path *p; fs_path_alloc() 317 static struct fs_path *fs_path_alloc_reversed(void) fs_path_alloc_reversed() 319 struct fs_path *p; fs_path_alloc_reversed() 329 static void fs_path_free(struct fs_path *p) fs_path_free() 338 static int fs_path_len(struct fs_path *p) fs_path_len() 343 static int fs_path_ensure_buf(struct fs_path *p, int len) fs_path_ensure_buf() 393 static int fs_path_prepare_for_add(struct fs_path *p, int name_len, fs_path_prepare_for_add() 423 static int fs_path_add(struct fs_path *p, const char *name, int name_len) fs_path_add() 437 static int fs_path_add_path(struct fs_path *p, struct fs_path *p2) fs_path_add_path() 451 static int fs_path_add_from_extent_buffer(struct fs_path *p, fs_path_add_from_extent_buffer() 468 static int fs_path_copy(struct fs_path *p, struct fs_path *from) fs_path_copy() 481 static void fs_path_unreverse(struct fs_path *p) fs_path_unreverse() 695 struct fs_path *from, struct fs_path *to) send_rename() 719 struct fs_path *path, struct fs_path *lnk) send_link() 742 static int send_unlink(struct send_ctx *sctx, struct fs_path *path) send_unlink() 764 static int send_rmdir(struct send_ctx *sctx, struct fs_path *path) send_rmdir() 840 struct fs_path *p, 860 struct fs_path *p; iterate_inode_ref() 1085 struct fs_path *p, void *ctx) __copy_first_ref() 1088 struct fs_path *pt = ctx; __copy_first_ref() 1103 u64 ino, struct fs_path *path) get_inode_path() 1451 struct fs_path *dest) read_symlink() 1511 struct fs_path *dest) gen_unique_name() 1711 u64 *dir, u64 *dir_gen, struct fs_path *name) get_first_ref() 1782 struct fs_path *tmp_name; is_first_ref() 1949 struct fs_path *name = NULL; did_overwrite_first_ref() 2103 struct fs_path *dest) __get_cur_name_and_parent() 2236 struct fs_path *dest) get_cur_path() 2239 struct fs_path *name = NULL; get_cur_path() 2393 struct fs_path *p; send_truncate() 2422 struct fs_path *p; send_chmod() 2451 struct fs_path *p; send_chown() 2481 struct fs_path *p = NULL; send_utimes() 2541 struct fs_path *p; send_create_inode() 2716 struct fs_path *full_path; 2729 u64 dir_gen, struct fs_path *path) __record_ref() 2794 struct fs_path *path) orphanize_inode() 2797 struct fs_path *orphan; orphanize_inode() 3117 struct fs_path *from_path = NULL; apply_dir_move() 3118 struct fs_path *to_path = NULL; apply_dir_move() 3119 struct fs_path *name = NULL; apply_dir_move() 3409 struct fs_path *fs_path) is_ancestor() 3418 fs_path_reset(fs_path); is_ancestor() 3419 ret = get_first_ref(root, ino, &parent, &parent_gen, fs_path); is_ancestor() 3439 struct fs_path *path_before = NULL; wait_for_parent_move() 3440 struct fs_path *path_after = NULL; wait_for_parent_move() 3530 struct fs_path *valid_path = NULL; process_recorded_refs() 3860 struct fs_path *name, void *ctx, struct list_head *refs) record_ref() 3864 struct fs_path *p; record_ref() 3892 struct fs_path *name, __record_new_ref() 3902 struct fs_path *name, __record_deleted_ref() 3942 struct fs_path *name; 3947 struct fs_path *name, __find_iref() 3975 u64 dir, u64 dir_gen, struct fs_path *name) find_iref() 3997 struct fs_path *name, __record_changed_new_ref() 4020 struct fs_path *name, __record_changed_deleted_ref() 4138 struct fs_path *path, send_set_xattr() 4160 struct fs_path *path, send_remove_xattr() 4186 struct fs_path *p; __process_new_xattr() 4227 struct fs_path *p; __process_deleted_xattr() 4523 struct fs_path *p; send_write() 4569 struct fs_path *p; send_clone() 4641 struct fs_path *p; send_update_extent() 4669 struct fs_path *p = NULL; send_hole() 3405 is_ancestor(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, struct fs_path *fs_path) is_ancestor() argument
|
/linux-4.4.14/include/linux/ |
H A D | nfs_xdr.h | 1109 struct nfs4_pathname fs_path; member in struct:nfs4_fs_locations
|
Completed in 278 milliseconds