Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h241 #define XFS_MOUNT_ALLOCSIZE (1ULL << 12) /* specified allocation size */ macro
Dxfs_super.c181 if (mp->m_flags & XFS_MOUNT_ALLOCSIZE) in xfs_fs_show_options()
1221 parsing_mp->m_flags |= XFS_MOUNT_ALLOCSIZE; in xfs_fc_parse_param()
1399 if ((mp->m_flags & XFS_MOUNT_ALLOCSIZE) && in xfs_fc_validate_params()
Dxfs_iops.c525 if (mp->m_flags & XFS_MOUNT_ALLOCSIZE) in xfs_stat_blksize()
Dxfs_iomap.c995 if (mp->m_flags & XFS_MOUNT_ALLOCSIZE) in xfs_buffered_write_iomap_begin()