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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vfsops.c1681 int dsunit, dswidth, vol_dsunit, vol_dswidth; local
1691 iosize = dsunit = dswidth = vol_dsunit = vol_dswidth = 0;
1799 dsunit = simple_strtoul(value, &eov, 10);
1856 if ((args->flags & XFSMNT_NOALIGN) && (dsunit || dswidth)) {
1862 if ((dsunit && !dswidth) || (!dsunit && dswidth)) {
1868 if (dsunit && (dswidth % dsunit != 0)) {
1871 dswidth, dsunit);
1876 if (dsunit) {
[all...]

Completed in 44 milliseconds