Searched refs:sunit (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_clnt.h51 int sunit; /* stripe unit (BBs) */ member in struct:xfs_mount_args
52 int swidth; /* stripe width (BBs), multiple of sunit */
H A Dxfs_fs.h178 __u32 sunit; /* stripe unit, fsblocks */ member in struct:xfs_fsop_geom_v1
204 __u32 sunit; /* stripe unit, fsblocks */ member in struct:xfs_fsop_geom
H A Dxfs_vfsops.c219 mp->m_dalign = ap->sunit;
1625 #define MNTOPT_SUNIT "sunit" /* data volume stripe unit */
1858 "XFS: sunit and swidth options incompatible with the noalign option");
1864 "XFS: sunit and swidth must be specified together");
1877 args->sunit = dsunit;
1880 args->sunit = vol_dsunit;
1885 args->sunit = args->swidth = 0;
H A Dxfs_fsops.c73 geo->sunit = mp->m_sb.sb_unit;

Completed in 301 milliseconds