Searched refs:fspath (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 36 self._test_dir = os.path.dirname(str(request.fspath))
|
/linux/fs/btrfs/ |
H A D | backref.h | 153 struct btrfs_data_container *fspath; member
|
H A D | send.c | 5546 struct fs_path *fspath; in send_encoded_inline_extent() local 5558 fspath = fs_path_alloc(); in send_encoded_inline_extent() 5559 if (!fspath) { in send_encoded_inline_extent() 5568 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_encoded_inline_extent() 5577 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath); in send_encoded_inline_extent() 5600 fs_path_free(fspath); in send_encoded_inline_extent() 5611 struct fs_path *fspath; in send_encoded_extent() local 5625 fspath = fs_path_alloc(); in send_encoded_extent() 5626 if (!fspath) { in send_encoded_extent() 5635 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_encoded_extent() [all …]
|
H A D | ioctl.c | 3420 for (i = 0; i < ipath->fspath->elem_cnt; ++i) { in btrfs_ioctl_ino_to_path() 3421 rel_ptr = ipath->fspath->val[i] - in btrfs_ioctl_ino_to_path() 3422 (u64)(unsigned long)ipath->fspath->val; in btrfs_ioctl_ino_to_path() 3423 ipath->fspath->val[i] = rel_ptr; in btrfs_ioctl_ino_to_path() 3428 ret = copy_to_user((void __user *)(unsigned long)ipa->fspath, in btrfs_ioctl_ino_to_path() 3429 ipath->fspath, size); in btrfs_ioctl_ino_to_path()
|
H A D | scrub.c | 452 for (i = 0; i < ipath->fspath->elem_cnt; ++i) in scrub_print_warning_inode() 460 (char *)(unsigned long)ipath->fspath->val[i]); in scrub_print_warning_inode()
|
/linux/include/uapi/linux/ |
H A D | btrfs.h | 703 __u64 fspath; /* out */ member
|