Lines Matching refs:iargs
326 xfs_dir_shortform_to_leaf(xfs_da_args_t *iargs) in xfs_dir_shortform_to_leaf() argument
338 dp = iargs->dp; in xfs_dir_shortform_to_leaf()
360 xfs_trans_log_inode(iargs->trans, dp, XFS_ILOG_CORE); in xfs_dir_shortform_to_leaf()
361 retval = xfs_da_grow_inode(iargs, &blkno); in xfs_dir_shortform_to_leaf()
366 retval = xfs_dir_leaf_create(iargs, blkno, &bp); in xfs_dir_shortform_to_leaf()
376 args.firstblock = iargs->firstblock; in xfs_dir_shortform_to_leaf()
377 args.flist = iargs->flist; in xfs_dir_shortform_to_leaf()
378 args.total = iargs->total; in xfs_dir_shortform_to_leaf()
380 args.trans = iargs->trans; in xfs_dir_shortform_to_leaf()
641 xfs_dir_leaf_to_shortform(xfs_da_args_t *iargs) in xfs_dir_leaf_to_shortform() argument
654 dp = iargs->dp; in xfs_dir_leaf_to_shortform()
658 retval = xfs_da_read_buf(iargs->trans, iargs->dp, 0, -1, &bp, in xfs_dir_leaf_to_shortform()
684 retval = xfs_da_shrink_inode(iargs, 0, bp); in xfs_dir_leaf_to_shortform()
687 retval = xfs_dir_shortform_create(iargs, parent); in xfs_dir_leaf_to_shortform()
696 args.firstblock = iargs->firstblock; in xfs_dir_leaf_to_shortform()
697 args.flist = iargs->flist; in xfs_dir_leaf_to_shortform()
698 args.total = iargs->total; in xfs_dir_leaf_to_shortform()
700 args.trans = iargs->trans; in xfs_dir_leaf_to_shortform()