Searched refs:fspath (Results 1 – 5 of 5) sorted by relevance
36 self._test_dir = os.path.dirname(str(request.fspath))
715 /* struct btrfs_data_container *fspath; out */716 __u64 fspath; /* out */ member
5481 struct fs_path *fspath; in send_encoded_inline_extent() local5489 fspath = get_cur_inode_path(sctx); in send_encoded_inline_extent()5490 if (IS_ERR(fspath)) in send_encoded_inline_extent()5491 return PTR_ERR(fspath); in send_encoded_inline_extent()5502 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath); in send_encoded_inline_extent()5533 struct fs_path *fspath; in send_encoded_extent() local5547 fspath = get_cur_inode_path(sctx); in send_encoded_extent()5548 if (IS_ERR(fspath)) { in send_encoded_extent()5549 ret = PTR_ERR(fspath); in send_encoded_extent()5562 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath); in send_encoded_extent()
3281 for (i = 0; i < ipath->fspath->elem_cnt; ++i) { in btrfs_ioctl_ino_to_path()3282 rel_ptr = ipath->fspath->val[i] - in btrfs_ioctl_ino_to_path()3283 (u64)(unsigned long)ipath->fspath->val; in btrfs_ioctl_ino_to_path()3284 ipath->fspath->val[i] = rel_ptr; in btrfs_ioctl_ino_to_path()3289 ret = copy_to_user((void __user *)(unsigned long)ipa->fspath, in btrfs_ioctl_ino_to_path()3290 ipath->fspath, size); in btrfs_ioctl_ino_to_path()
561 for (i = 0; i < ipath->fspath->elem_cnt; ++i) in scrub_print_warning_inode()569 (char *)(unsigned long)ipath->fspath->val[i]); in scrub_print_warning_inode()