Home
last modified time | relevance | path

Searched refs:di_dmstate (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_inode_item_recover.c195 to->di_dmstate = cpu_to_be16(from->di_dmstate); in xfs_log_dinode_to_disk()
Dxfs_inode_item.c344 to->di_dmstate = be16_to_cpu(dip->di_dmstate); in xfs_copy_dm_fields_to_log_dinode()
347 to->di_dmstate = 0; in xfs_copy_dm_fields_to_log_dinode()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_log_format.h437 uint16_t di_dmstate; /* DMIG state info */ member
Dxfs_inode_buf.c234 if (from->di_dmevmask || from->di_dmstate) in xfs_inode_from_disk()
Dxfs_format.h841 __be16 di_dmstate; /* DMIG state info */ member