Searched refs:spaceres (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 1048 unsigned int spaceres) in xfs_dir_exchange_children() argument 1062 error = xfs_dir_replace(tp, dp1, name1, ip2->i_ino, spaceres); in xfs_dir_exchange_children() 1067 error = xfs_dir_replace(tp, dp2, name2, ip1->i_ino, spaceres); in xfs_dir_exchange_children() 1081 dp1->i_ino, spaceres); in xfs_dir_exchange_children() 1105 dp2->i_ino, spaceres); in xfs_dir_exchange_children() 1191 unsigned int spaceres, in xfs_dir_rename_children() argument 1216 if (!spaceres) { in xfs_dir_rename_children() 1268 src_ip->i_ino, spaceres); in xfs_dir_rename_children() 1289 src_ip->i_ino, spaceres); in xfs_dir_rename_children() 1323 target_dp->i_ino, spaceres); in xfs_dir_rename_children() [all …]
|
| H A D | xfs_dir2.h | 353 struct xfs_dir_update *du2, unsigned int spaceres); 355 struct xfs_dir_update *du_tgt, unsigned int spaceres,
|
| /linux/fs/xfs/scrub/ |
| H A D | parent_repair.c | 676 unsigned int spaceres; in xrep_parent_reset_dotdot() local 693 spaceres = xfs_rename_space_res(sc->mp, 0, false, xfs_name_dotdot.len, in xrep_parent_reset_dotdot() 695 error = xfs_trans_reserve_more_inode(sc->tp, sc->ip, spaceres, 0, in xrep_parent_reset_dotdot() 701 rp->pscan.parent_ino, spaceres); in xrep_parent_reset_dotdot()
|