Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dorphan.c9 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, in btrfs_insert_orphan_item() function
Dctree.h3076 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
Dinode.c3378 ret = btrfs_insert_orphan_item(trans, inode->root, btrfs_ino(inode)); in btrfs_orphan_add()
4450 ret = btrfs_insert_orphan_item(trans, in btrfs_delete_subvolume()
Dtree-log.c1555 ret = btrfs_insert_orphan_item(trans, root, ino); in insert_orphan_item()