Searched refs:xfs_trans_alloc_dir (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/xfs/ |
D | xfs_trans.h | 265 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
|
D | xfs_inode.c | 918 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link() 1935 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, ip, &resblks, in xfs_remove()
|
D | xfs_trans.c | 1361 xfs_trans_alloc_dir( in xfs_trans_alloc_dir() function
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_metadir.c | 338 error = xfs_trans_alloc_dir(upd->dp, &M_RES(mp)->tr_link, upd->ip, in xfs_metadir_start_link()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | dirtree_repair.c | 403 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, sc->ip, in xrep_dirtree_unlink()
|