Searched refs:xfs_bmapi_write (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_bmap.h | 190 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip,
|
A D | xfs_attr_remote.c | 615 error = xfs_bmapi_write(args->trans, dp, in xfs_attr_rmtval_set_blk()
|
A D | xfs_da_btree.c | 2175 error = xfs_bmapi_write(tp, dp, *bno, count, in xfs_da_grow_inode_int() 2197 error = xfs_bmapi_write(tp, dp, b, c, in xfs_da_grow_inode_int()
|
A D | xfs_bmap.c | 4274 xfs_bmapi_write( in xfs_bmapi_write() function
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_symlink.c | 271 error = xfs_bmapi_write(tp, ip, first_fsb, fs_blocks, in xfs_symlink()
|
A D | xfs_reflink.c | 421 error = xfs_bmapi_write(tp, ip, imap->br_startoff, imap->br_blockcount, in xfs_reflink_fill_cow_hole() 490 error = xfs_bmapi_write(tp, ip, cmap->br_startoff, in xfs_reflink_fill_delalloc()
|
A D | xfs_iomap.c | 308 error = xfs_bmapi_write(tp, ip, offset_fsb, count_fsb, bmapi_flags, 0, in xfs_iomap_write_direct() 615 error = xfs_bmapi_write(tp, ip, offset_fsb, count_fsb, in xfs_iomap_write_unwritten()
|
A D | xfs_dquot.c | 329 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc()
|
A D | xfs_rtalloc.c | 819 error = xfs_bmapi_write(tp, ip, oblocks, nblocks - oblocks, in xfs_growfs_rt_alloc()
|
A D | xfs_bmap_util.c | 873 error = xfs_bmapi_write(tp, ip, startoffset_fsb, in xfs_alloc_file_space()
|
Completed in 39 milliseconds