Home
last modified time | relevance | path

Searched refs:xfs_trans_alloc_dir (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Ddirtree_repair.c403 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, sc->ip, in xrep_dirtree_unlink()
/linux/fs/xfs/
H A Dxfs_inode.c941 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()
1947 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, ip, &resblks, in xfs_remove()
H A Dxfs_trans.c1364 xfs_trans_alloc_dir( in xfs_trans_alloc_dir() function