/fs/xfs/ |
D | xfs_symlink.c | 37 int nmaps = XFS_SYMLINK_MAPS; in xfs_readlink_bmap_ilocked() local 47 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_readlink_bmap_ilocked() 52 for (n = 0; n < nmaps; n++) { in xfs_readlink_bmap_ilocked() 151 int nmaps; in xfs_symlink() local 260 nmaps = XFS_SYMLINK_MAPS; in xfs_symlink() 263 XFS_BMAPI_METADATA, resblks, mval, &nmaps); in xfs_symlink() 273 for (n = 0; n < nmaps; n++) { in xfs_symlink() 375 int nmaps; in xfs_inactive_symlink_rmt() local 411 nmaps = ARRAY_SIZE(mval); in xfs_inactive_symlink_rmt() 413 mval, &nmaps, 0); in xfs_inactive_symlink_rmt() [all …]
|
D | xfs_trans_buf.c | 27 int nmaps) in xfs_trans_buf_item_match() argument 34 for (i = 0; i < nmaps; i++) in xfs_trans_buf_item_match() 43 ASSERT(blip->bli_buf->b_map_count == nmaps); in xfs_trans_buf_item_match() 120 int nmaps, in xfs_trans_get_buf_map() argument 130 return xfs_buf_get_map(target, map, nmaps, flags, bpp); in xfs_trans_get_buf_map() 138 bp = xfs_trans_buf_item_match(tp, target, map, nmaps); in xfs_trans_get_buf_map() 156 error = xfs_buf_get_map(target, map, nmaps, flags, &bp); in xfs_trans_get_buf_map() 216 int nmaps, in xfs_trans_read_buf_map() argument 235 bp = xfs_trans_buf_item_match(tp, target, map, nmaps); in xfs_trans_read_buf_map() 289 error = xfs_buf_read_map(target, map, nmaps, flags, &bp, ops, in xfs_trans_read_buf_map()
|
D | xfs_buf.c | 217 int nmaps, in _xfs_buf_alloc() argument 251 error = xfs_buf_get_maps(bp, nmaps); in _xfs_buf_alloc() 259 for (i = 0; i < nmaps; i++) { in _xfs_buf_alloc() 587 int nmaps, in xfs_buf_find() argument 600 for (i = 0; i < nmaps; i++) in xfs_buf_find() 704 int nmaps, in xfs_buf_get_map() argument 713 error = xfs_buf_find(target, map, nmaps, flags, NULL, &bp); in xfs_buf_get_map() 719 error = _xfs_buf_alloc(target, map, nmaps, flags, &new_bp); in xfs_buf_get_map() 729 error = xfs_buf_find(target, map, nmaps, flags, new_bp, &bp); in xfs_buf_get_map() 816 int nmaps, in xfs_buf_read_map() argument [all …]
|
D | xfs_buf.h | 201 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp); 203 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, 206 struct xfs_buf_map *map, int nmaps,
|
D | xfs_dquot.c | 302 int nmaps = 1; in xfs_dquot_disk_alloc() local 321 &nmaps); in xfs_dquot_disk_alloc() 325 ASSERT(nmaps == 1); in xfs_dquot_disk_alloc() 395 int nmaps = 1; in xfs_dquot_disk_read() local 412 XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0); in xfs_dquot_disk_read() 417 ASSERT(nmaps == 1); in xfs_dquot_disk_read()
|
D | xfs_trans.h | 189 struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, 208 struct xfs_buf_map *map, int nmaps,
|
D | xfs_qm.c | 980 int i, nmaps; /* number of map entries */ in xfs_qm_reset_dqcounts_buf() local 1004 nmaps = XFS_DQITER_MAP_SIZE; in xfs_qm_reset_dqcounts_buf() 1012 map, &nmaps, 0); in xfs_qm_reset_dqcounts_buf() 1017 ASSERT(nmaps <= XFS_DQITER_MAP_SIZE); in xfs_qm_reset_dqcounts_buf() 1018 for (i = 0; i < nmaps; i++) { in xfs_qm_reset_dqcounts_buf() 1033 if ((i+1 < nmaps) && in xfs_qm_reset_dqcounts_buf() 1056 } while (nmaps > 0); in xfs_qm_reset_dqcounts_buf()
|
/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 2506 int *nmaps) in xfs_dabuf_map() argument 2552 *nmaps = nirecs; in xfs_dabuf_map() 2576 *nmaps = 0; in xfs_dabuf_map()
|