Searched refs:btrfs_del_orphan_item (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | orphan.h | 8 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
|
H A D | orphan.c | 31 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans, in btrfs_del_orphan_item() function
|
H A D | verity.c | 441 ret = btrfs_del_orphan_item(trans, root, btrfs_ino(inode)); in del_orphan()
|
H A D | root-tree.c | 273 err = btrfs_del_orphan_item(trans, tree_root, in btrfs_find_orphan_roots()
|
H A D | extent-tree.c | 5846 btrfs_del_orphan_item(trans, tree_root, in btrfs_drop_snapshot()
|
H A D | inode.c | 3447 return btrfs_del_orphan_item(trans, inode->root, btrfs_ino(inode)); in btrfs_orphan_del() 3618 ret = btrfs_del_orphan_item(trans, root, in btrfs_orphan_cleanup()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | orphan.c | 30 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans, in btrfs_del_orphan_item() function
|
H A D | root-tree.c | 270 err = btrfs_del_orphan_item(trans, tree_root, in btrfs_find_orphan_roots()
|
H A D | ctree.h | 2910 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
|
H A D | extent-tree.c | 5562 btrfs_del_orphan_item(trans, tree_root, in btrfs_drop_snapshot()
|
H A D | inode.c | 3030 return btrfs_del_orphan_item(trans, inode->root, btrfs_ino(inode)); in btrfs_orphan_del() 3175 ret = btrfs_del_orphan_item(trans, root, in btrfs_orphan_cleanup()
|
Completed in 46 milliseconds