Home
last modified time | relevance | path

Searched refs:bkey_is_inode (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dinode.c355 ret = bkey_is_inode(k.k) ? 0 : -BCH_ERR_ENOENT_inode; in __bch2_inode_peek()
383 ret = bkey_is_inode(k.k) in bch2_inode_find_by_inum_snapshot()
435 if (bkey_is_inode(k.k)) { in bch2_inode_find_snapshot_root()
493 if (!bkey_is_inode(&k->k)) in bch2_inode_to_v3()
718 bkey_is_inode(k.k)) in bch2_inode_get_iter_snapshot_parent()
738 bkey_is_inode(k.k)) { in __bch2_inode_has_child_snapshots()
811 s64 nr[1] = { bkey_is_inode(new.k) - bkey_is_inode(old.k) }; in bch2_trigger_inode()
834 int deleted_delta = (int) bkey_is_inode(new.k) - in bch2_trigger_inode()
835 (int) bkey_is_inode(ol in bch2_trigger_inode()
[all...]
H A Dstr_hash.c28 ret = bkey_is_inode(k.k); in bch2_dirent_has_target()
137 if (!bkey_is_inode(k.k)) in bch2_repair_inode_hash_info()
H A Dfsck.c470 if (!bkey_is_inode(k.k) || in reattach_inode()
825 .whiteout = !bkey_is_inode(inode.k), in add_inode()
898 ret = bkey_is_inode(k.k) in get_visible_inodes()
1136 if (!bkey_is_inode(k.k)) in check_inode()
1371 if (!bkey_is_inode(k.k)) in find_oldest_inode_needs_reattach()
1396 if (!bkey_is_inode(k.k)) in check_unreachable_inode()
2673 !bkey_is_inode(k.k) ? -BCH_ERR_ENOENT_inode in bch2_bi_depth_renumber_one()
2764 !bkey_is_inode(inode_k.k) ? -BCH_ERR_ENOENT_inode in check_path_loop()
2936 if (!bkey_is_inode(k.k)) in check_nlinks_find_hardlinks()
3018 if (!bkey_is_inode( in check_nlinks_update_inode()
[all...]
H A Dinode.h54 static inline bool bkey_is_inode(const struct bkey *k) in bkey_is_inode() function
H A Dmove.c485 if (!bkey_is_inode(k.k)) in bch2_move_get_io_opts()
539 if (!ret && bkey_is_inode(inode_k.k)) { in bch2_move_get_io_opts_one()
H A Dsubvolume.c721 if (!bkey_is_inode(k.k)) { in __bch2_fs_upgrade_for_subvolumes()
H A Ddirent.c730 if (!bkey_is_inode(k.k)) in lookup_first_inode()