Lines Matching refs:nmaps
37 int nmaps = XFS_SYMLINK_MAPS;
47 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0);
52 for (n = 0; n < nmaps; n++) {
151 int nmaps;
260 nmaps = XFS_SYMLINK_MAPS;
263 XFS_BMAPI_METADATA, resblks, mval, &nmaps);
273 for (n = 0; n < nmaps; n++) {
375 int nmaps;
411 nmaps = ARRAY_SIZE(mval);
413 mval, &nmaps, 0);
419 for (i = 0; i < nmaps; i++) {
431 error = xfs_bunmapi(tp, ip, 0, size, 0, nmaps, &done);