Lines Matching refs:nmaps
39 int nmaps = XFS_SYMLINK_MAPS;
49 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0);
54 for (n = 0; n < nmaps; n++) {
162 int nmaps;
269 nmaps = XFS_SYMLINK_MAPS;
272 XFS_BMAPI_METADATA, resblks, mval, &nmaps);
282 for (n = 0; n < nmaps; n++) {
383 int nmaps;
419 nmaps = ARRAY_SIZE(mval);
421 mval, &nmaps, 0);
427 for (i = 0; i < nmaps; i++) {
439 error = xfs_bunmapi(tp, ip, 0, size, 0, nmaps, &done);