Searched refs:name_off (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
H A D | backref.h | 58 u32 name_len, unsigned long name_off,
|
H A D | backref.c | 1397 u32 name_len, unsigned long name_off, btrfs_ref_to_path() 1418 name_off, name_len); btrfs_ref_to_path() 1450 name_off = (unsigned long)(iref + 1); btrfs_ref_to_path() 1759 typedef int (iterate_irefs_t)(u64 parent, u32 name_len, unsigned long name_off, 1919 static int inode_to_path(u64 inum, u32 name_len, unsigned long name_off, inode_to_path() argument 1934 name_off, eb, inum, fspath_min, bytes_left); inode_to_path() 1396 btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, u32 name_len, unsigned long name_off, struct extent_buffer *eb_in, u64 parent, char *dest, u32 size) btrfs_ref_to_path() argument
|
H A D | send.c | 870 unsigned long name_off; iterate_inode_ref() local 903 name_off = (unsigned long)(iref + 1); iterate_inode_ref() 909 name_off = (unsigned long)&extref->name; iterate_inode_ref() 916 name_off, eb, dir, iterate_inode_ref() 929 name_len, name_off, iterate_inode_ref() 940 ret = fs_path_add_from_extent_buffer(p, eb, name_off, iterate_inode_ref()
|
Completed in 166 milliseconds