Searched refs:fspath (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/btrfs/
H A Dbackref.c2717 char *fspath; local
2719 int i = ipath->fspath->elem_cnt;
2723 bytes_left = ipath->fspath->bytes_left > s_ptr ?
2724 ipath->fspath->bytes_left - s_ptr : 0;
2726 fspath_min = (char *)ipath->fspath->val + (i + 1) * s_ptr;
2727 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
2729 if (IS_ERR(fspath))
2730 return PTR_ERR(fspath);
2732 if (fspath > fspath_min) {
2733 ipath->fspath
2801 struct btrfs_data_container *fspath; local
[all...]
H A Dbackref.h153 struct btrfs_data_container *fspath; member in struct:inode_fs_paths
H A Dsend.c5545 struct fs_path *fspath; local
5557 fspath = fs_path_alloc();
5558 if (!fspath) {
5567 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath);
5576 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath);
5599 fs_path_free(fspath);
5610 struct fs_path *fspath; local
5624 fspath = fs_path_alloc();
5625 if (!fspath) {
5634 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath);
5834 struct fs_path *fspath = NULL; local
[all...]
H A Dioctl.c3422 for (i = 0; i < ipath->fspath->elem_cnt; ++i) {
3423 rel_ptr = ipath->fspath->val[i] -
3424 (u64)(unsigned long)ipath->fspath->val;
3425 ipath->fspath->val[i] = rel_ptr;
3430 ret = copy_to_user((void __user *)(unsigned long)ipa->fspath,
3431 ipath->fspath, size);
H A Dscrub.c452 for (i = 0; i < ipath->fspath->elem_cnt; ++i)
460 (char *)(unsigned long)ipath->fspath->val[i]);
H A Dinode.c207 for (int i = 0; i < ipath->fspath->elem_cnt; i++) {
212 (char *)(unsigned long)ipath->fspath->val[i]);
/linux-master/scripts/kconfig/tests/
H A Dconftest.py36 self._test_dir = os.path.dirname(str(request.fspath))
/linux-master/include/uapi/linux/
H A Dbtrfs.h702 /* struct btrfs_data_container *fspath; out */
703 __u64 fspath; /* out */ member in struct:btrfs_ioctl_ino_path_args

Completed in 200 milliseconds