Searched refs:ei_flags (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | extent_map.c | 86 *flags = emi->ei_flags; in ocfs2_extent_map_lookup() 163 dest->ei_flags = src->ei_flags; in ocfs2_copy_emi_fields() 178 ins->ei_flags == emi->ei_flags) { in ocfs2_try_to_merge_extent_map() 183 ins->ei_flags == emi->ei_flags) { in ocfs2_try_to_merge_extent_map() 225 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec()
|
| H A D | extent_map.h | 17 unsigned int ei_flags; member
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io.h | 94 if (test_bit(EI_INODE_SNAPSHOT, &inode->ei_flags)) in bch2_quota_reservation_add()
|
| H A D | fs.h | 21 unsigned long ei_flags; member
|
| H A D | fs-io.c | 170 !test_bit(EI_INODE_SNAPSHOT, &inode->ei_flags) && in __bch2_i_sectors_acct() 469 WARN_ONCE(!test_bit(EI_INODE_ERROR, &inode->ei_flags) && in bchfs_truncate() 516 set_bit(EI_INODE_ERROR, &inode->ei_flags); in bchfs_truncate()
|
| H A D | fs.c | 347 if (!test_bit(EI_INODE_HASHED, &inode->ei_flags)) { in bch2_inode_hash_find() 373 bool remove = test_and_clear_bit(EI_INODE_HASHED, &inode->ei_flags); in bch2_inode_hash_remove() 399 set_bit(EI_INODE_HASHED, &inode->ei_flags); in bch2_inode_hash_insert() 409 clear_bit(EI_INODE_HASHED, &inode->ei_flags); in bch2_inode_hash_insert() 466 inode->ei_flags = 0; in __bch2_new_inode() 2091 inode->ei_flags = 0; in bch2_vfs_inode_init() 2096 set_bit(EI_INODE_SNAPSHOT, &inode->ei_flags); in bch2_vfs_inode_init()
|
| H A D | fs-io-direct.c | 446 set_bit(EI_INODE_ERROR, &inode->ei_flags); in bch2_dio_write_end()
|
| H A D | fs-io-buffered.c | 433 set_bit(EI_INODE_ERROR, &io->inode->ei_flags); in bch2_writepage_io_done()
|