Home
last modified time | relevance | path

Searched refs:fspath (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.c2264 char *fspath; local
2266 int i = ipath->fspath->elem_cnt;
2270 bytes_left = ipath->fspath->bytes_left > s_ptr ?
2271 ipath->fspath->bytes_left - s_ptr : 0;
2273 fspath_min = (char *)ipath->fspath->val + (i + 1) * s_ptr;
2274 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
2276 if (IS_ERR(fspath))
2277 return PTR_ERR(fspath);
2279 if (fspath > fspath_min) {
2280 ipath->fspath->val[i] = (u64)(unsigned long)fspath;
[all …]
H A Dbackref.h17 struct btrfs_data_container *fspath; member
H A Dioctl.c3878 for (i = 0; i < ipath->fspath->elem_cnt; ++i) { in btrfs_ioctl_ino_to_path()
3879 rel_ptr = ipath->fspath->val[i] - in btrfs_ioctl_ino_to_path()
3880 (u64)(unsigned long)ipath->fspath->val; in btrfs_ioctl_ino_to_path()
3881 ipath->fspath->val[i] = rel_ptr; in btrfs_ioctl_ino_to_path()
3886 ret = copy_to_user((void __user *)(unsigned long)ipa->fspath, in btrfs_ioctl_ino_to_path()
3887 ipath->fspath, size); in btrfs_ioctl_ino_to_path()
H A Dsend.c5264 struct fs_path *fspath = NULL; in send_capabilities() local
5290 fspath = fs_path_alloc(); in send_capabilities()
5292 if (!fspath || !buf) { in send_capabilities()
5297 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_capabilities()
5304 ret = send_set_xattr(sctx, fspath, XATTR_NAME_CAPS, in send_capabilities()
5308 fs_path_free(fspath); in send_capabilities()
H A Dscrub.c702 for (i = 0; i < ipath->fspath->elem_cnt; ++i) in scrub_print_warning_inode()
710 (char *)(unsigned long)ipath->fspath->val[i]); in scrub_print_warning_inode()
/OK3568_Linux_fs/buildroot/package/python3/
H A D0011-Add-importlib-fix-for-PEP-3147-issue.patch41 path = _os.fspath(path)
72 - path = _os.fspath(path)
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/
H A Dconftest.py36 self._test_dir = os.path.dirname(str(request.fspath))
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs.h660 __u64 fspath; /* out */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs.h622 __u64 fspath; /* out */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs.h622 __u64 fspath; /* out */ member