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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_mount.c76 } xfs_sb_info[] = { variable in typeref:struct:__anon7743
432 first = xfs_sb_info[f].offset;
433 size = xfs_sb_info[f + 1].offset - first;
435 ASSERT(xfs_sb_info[f].type == 0 || xfs_sb_info[f].type == 1);
437 if (size == 1 || xfs_sb_info[f].type == 1) {
1234 first = xfs_sb_info[f].offset;
1238 last = xfs_sb_info[f + 1].offset - 1;

Completed in 80 milliseconds