Lines Matching refs:bch_inode_unpacked

80 struct bch_inode_unpacked {  struct
95 BITMASK(INODE_STR_HASH, struct bch_inode_unpacked, bi_flags, 20, 24); argument
105 void bch2_inode_pack(struct bkey_inode_buf *, const struct bch_inode_unpacked *);
106 int bch2_inode_unpack(struct bkey_s_c, struct bch_inode_unpacked *);
109 void bch2_inode_unpacked_to_text(struct printbuf *, struct bch_inode_unpacked *);
112 struct bch_inode_unpacked *, subvol_inum, unsigned, bool);
116 struct bch_inode_unpacked *inode, in bch2_inode_peek_nowarn()
124 struct bch_inode_unpacked *inode, in bch2_inode_peek()
133 struct bch_inode_unpacked *, enum btree_iter_update_trigger_flags);
137 struct bch_inode_unpacked *inode) in bch2_inode_write()
142 int __bch2_fsck_write_inode(struct btree_trans *, struct bch_inode_unpacked *);
143 int bch2_fsck_write_inode(struct btree_trans *, struct bch_inode_unpacked *);
146 struct bch_inode_unpacked *);
147 void bch2_inode_init_late(struct bch_inode_unpacked *, u64,
149 struct bch_inode_unpacked *);
150 void bch2_inode_init(struct bch_fs *, struct bch_inode_unpacked *,
152 struct bch_inode_unpacked *);
155 struct bch_inode_unpacked *, u32, u64);
161 struct bch_inode_unpacked *);
163 struct bch_inode_unpacked *);
165 struct bch_inode_unpacked *);
170 static inline void bch2_inode_opt_set(struct bch_inode_unpacked *inode, in bch2_inode_opt_set()
185 static inline u64 bch2_inode_opt_get(struct bch_inode_unpacked *inode, in bch2_inode_opt_get()
204 static inline u8 inode_d_type(struct bch_inode_unpacked *inode) in inode_d_type()
230 static inline unsigned bch2_inode_nlink_get(struct bch_inode_unpacked *bi) in bch2_inode_nlink_get()
237 static inline void bch2_inode_nlink_set(struct bch_inode_unpacked *bi, in bch2_inode_nlink_set()
249 int bch2_inode_nlink_inc(struct bch_inode_unpacked *);
250 void bch2_inode_nlink_dec(struct btree_trans *, struct bch_inode_unpacked *);
252 static inline bool bch2_inode_should_have_bp(struct bch_inode_unpacked *inode) in bch2_inode_should_have_bp()
260 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *);
262 struct bch_inode_unpacked *);