Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Ddirent.h46 ? offsetof(struct bch_dirent, d_cf_name_block.d_names) + len + cf_len in dirent_val_u64s()
47 : offsetof(struct bch_dirent, d_name) + len; in dirent_val_u64s()
H A Ddirent_format.h16 struct bch_dirent { struct
H A Ddirent.c40 if (bkey_val_bytes(d.k) < offsetof(struct bch_dirent, d_name)) in bch2_dirent_name_bytes()
54 ? offsetof(struct bch_dirent, d_cf_name_block.d_names) in bch2_dirent_name_bytes()
55 : offsetof(struct bch_dirent, d_name)) - in bch2_dirent_name_bytes()
267 offsetof(struct bch_dirent, d_name) - in dirent_init_regular_name()
284 offsetof(struct bch_dirent, d_cf_name_block.d_names) - in dirent_init_casefolded_name()
/linux-6.15/Documentation/filesystems/bcachefs/
H A Dcasefolding.rst63 You can see this in the `d_cf_name_block` member of union in `bch_dirent`.