Home
last modified time | relevance | path

Searched refs:xfs_trans_alloc_inode (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_reflink.c381 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0, in xfs_reflink_allocate_cow()
1026 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_reflink_remap_extent()
1030 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_reflink_remap_extent()
Dxfs_trans.h258 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
Dxfs_iomap.c241 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks, in xfs_iomap_write_direct()
544 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, in xfs_iomap_write_unwritten()
Dxfs_bmap_util.c857 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, in xfs_alloc_file_space()
912 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0, in xfs_unmap_extent()
Dxfs_trans.c1033 xfs_trans_alloc_inode( in xfs_trans_alloc_inode() function
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr.c772 error = xfs_trans_alloc_inode(dp, &tres, total, 0, rsvd, &args->trans); in xfs_attr_set()
Dxfs_bmap.c1085 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_addafork, blks, 0, in xfs_bmap_add_attrfork()