Lines Matching refs:committed
904 int *committed) in xfs_dir_ialloc() argument
991 if (committed != NULL) { in xfs_dir_ialloc()
992 *committed = 1; in xfs_dir_ialloc()
1054 if (committed != NULL) in xfs_dir_ialloc()
1055 *committed = 0; in xfs_dir_ialloc()
1131 int committed; in xfs_create() local
1216 prid, resblks > 0, &ip, &committed); in xfs_create()
1268 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_create()
1431 int committed; in xfs_link() local
1512 error = xfs_bmap_finish (&tp, &free_list, &committed); in xfs_link()
1564 int committed; in xfs_itruncate_extents() local
1610 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_itruncate_extents()
1611 if (committed) in xfs_itruncate_extents()
1616 if (committed) { in xfs_itruncate_extents()
1805 int committed; in xfs_inactive_ifree() local
1873 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_inactive_ifree()
2540 int committed; in xfs_remove() local
2643 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_remove()
2720 int committed = 0; in xfs_finish_rename() local
2730 error = xfs_bmap_finish(&tp, free_list, &committed); in xfs_finish_rename()