Searched refs:xfs_trans_alloc_inode (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_reflink.c | 403 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0, in xfs_reflink_fill_cow_hole() 466 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, 0, 0, in xfs_reflink_fill_delalloc() 1188 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_reflink_remap_extent() 1192 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_reflink_remap_extent()
|
A D | xfs_trans.h | 260 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
|
A D | xfs_iomap.c | 292 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks, in xfs_iomap_write_direct() 598 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, in xfs_iomap_write_unwritten()
|
A D | xfs_bmap_util.c | 860 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_alloc_file_space() 918 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0, in xfs_unmap_extent()
|
A D | xfs_trans.c | 1177 xfs_trans_alloc_inode( in xfs_trans_alloc_inode() function
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr.c | 1024 error = xfs_trans_alloc_inode(dp, &tres, total, 0, rsvd, &args->trans); in xfs_attr_set()
|
A D | xfs_bmap.c | 1017 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_addafork, blks, 0, in xfs_bmap_add_attrfork()
|
Completed in 23 milliseconds