Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans.h263 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
H A Dxfs_inode.c918 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()
1934 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, ip, &resblks, in xfs_remove()
H A Dxfs_trans.c1348 xfs_trans_alloc_dir( in xfs_trans_alloc_dir() function
/linux/fs/xfs/libxfs/
H A Dxfs_metadir.c338 error = xfs_trans_alloc_dir(upd->dp, &M_RES(mp)->tr_link, upd->ip, in xfs_metadir_start_link()