Home
last modified time | relevance | path

Searched refs:btrfs_insert_orphan_item (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dorphan.c22 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, in btrfs_insert_orphan_item() function
Dctree.h3782 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
Dinode.c3231 ret = btrfs_insert_orphan_item(trans, root, btrfs_ino(inode)); in btrfs_orphan_add()
3251 ret = btrfs_insert_orphan_item(trans, root->fs_info->tree_root, in btrfs_orphan_add()
Dioctl.c2462 ret = btrfs_insert_orphan_item(trans, in btrfs_ioctl_snap_destroy()
Dtree-log.c1283 ret = btrfs_insert_orphan_item(trans, root, ino); in insert_orphan_item()