Home
last modified time | relevance | path

Searched refs:spaceres (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.h353 struct xfs_dir_update *du2, unsigned int spaceres);
355 struct xfs_dir_update *du_tgt, unsigned int spaceres,
/linux/fs/xfs/
H A Dxfs_inode.c2160 int spaceres; in xfs_rename() local
2205 spaceres = xfs_rename_space_res(mp, src_name->len, target_ip != NULL, in xfs_rename()
2207 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp); in xfs_rename()
2210 spaceres = 0; in xfs_rename()
2263 spaceres); in xfs_rename()
2275 if (spaceres != 0) { in xfs_rename()
2276 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres, in xfs_rename()
2288 spaceres = 0; in xfs_rename()
2329 error = xfs_dir_rename_children(tp, &du_src, &du_tgt, spaceres, in xfs_rename()