Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_leaf.c326 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
[all …]