Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_inode_buf.c255 to->di_dmstate = be16_to_cpu(from->di_dmstate); in xfs_inode_from_disk()
306 to->di_dmstate = cpu_to_be16(from->di_dmstate); in xfs_inode_to_disk()
357 to->di_dmstate = cpu_to_be16(from->di_dmstate); in xfs_log_dinode_to_disk()
Dxfs_inode_buf.h34 uint16_t di_dmstate; /* DMIG state info */ member
Dxfs_log_format.h404 uint16_t di_dmstate; /* DMIG state info */ member
Dxfs_format.h877 __be16 di_dmstate; /* DMIG state info */ member
/linux-4.19.296/fs/xfs/
Dxfs_inode_item.c335 to->di_dmstate = from->di_dmstate; in xfs_inode_to_log_dinode()
Dxfs_itable.c88 buf->bs_dmstate = dic->di_dmstate; in xfs_bulkstat_one_int()
Dxfs_ioctl.c323 ip->i_d.di_dmstate = state; in xfs_set_dmattrs()
Dxfs_inode.c847 ip->i_d.di_dmstate = 0; in xfs_ialloc()