Searched refs:xfs_trans_alloc_inode (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/fs/xfs/ |
D | xfs_reflink.c | 461 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks, in xfs_reflink_fill_cow_hole() 517 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, 0, 0, in xfs_reflink_fill_delalloc() 1283 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_reflink_remap_extent() 1287 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_reflink_remap_extent()
|
D | xfs_trans.h | 253 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
|
D | xfs_bmap_util.c | 715 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_alloc_file_space() 773 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0, in xfs_unmap_extent()
|
D | xfs_iomap.c | 308 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks, in xfs_iomap_write_direct() 647 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, in xfs_iomap_write_unwritten()
|
D | xfs_trans.c | 1082 xfs_trans_alloc_inode( in xfs_trans_alloc_inode() function
|
D | xfs_rtalloc.c | 704 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_ichange, 0, 0, false, in xfs_growfs_rt_fixup_extsize()
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_attr.c | 1012 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_addafork, blks, 0, in xfs_attr_add_fork() 1098 error = xfs_trans_alloc_inode(dp, &tres, total, 0, rsvd, &args->trans); in xfs_attr_set()
|