Searched refs:XFS_DIFLAG_EXTSIZE (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1066 #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT) macro
1075 XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
H A Dxfs_inode_buf.c667 hint_flag = (flags & XFS_DIFLAG_EXTSIZE);
/linux-master/fs/xfs/
H A Dxfs_ioctl.c999 if (ip->i_diflags & XFS_DIFLAG_EXTSIZE) {
1093 di_flags |= XFS_DIFLAG_EXTSIZE;
1402 if (ip->i_diflags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT))
H A Dxfs_inode.c61 if ((ip->i_diflags & XFS_DIFLAG_EXTSIZE) && ip->i_extsize)
595 if (ip->i_diflags & XFS_DIFLAG_EXTSIZE)
682 di_flags |= XFS_DIFLAG_EXTSIZE;
719 ip->i_diflags &= ~(XFS_DIFLAG_EXTSIZE |
H A Dxfs_inode_item.c112 ip->i_diflags &= ~(XFS_DIFLAG_EXTSIZE |
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c627 dip->di_flags &= ~cpu_to_be16(XFS_DIFLAG_EXTSIZE |
1564 XFS_DIFLAG_EXTSIZE);

Completed in 372 milliseconds