Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_clnt.h64 int sunit; /* stripe unit (BBs) */ member
Dxfs_fs.h191 __u32 sunit; /* stripe unit, fsblocks */ member
217 __u32 sunit; /* stripe unit, fsblocks */ member
Dxfs_vfsops.c228 mp->m_dalign = ap->sunit; in xfs_start_flags()
1822 args->sunit = dsunit; in xfs_parseargs()
1825 args->sunit = vol_dsunit; in xfs_parseargs()
1830 args->sunit = args->swidth = 0; in xfs_parseargs()
Dxfs_fsops.c90 geo->sunit = mp->m_sb.sb_unit; in xfs_fs_geometry()
/linux-2.4.37.9/Documentation/filesystems/
Dxfs.txt102 sunit=value and swidth=value
113 The "swidth" option is required if the "sunit" option has been
114 specified, and must be a multiple of the "sunit" value.