Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c667 xfs_da_args_t nargs; in xfs_attr_shortform_to_leaf() local
714 memset((char *)&nargs, 0, sizeof(nargs)); in xfs_attr_shortform_to_leaf()
715 nargs.dp = dp; in xfs_attr_shortform_to_leaf()
716 nargs.geo = args->geo; in xfs_attr_shortform_to_leaf()
717 nargs.firstblock = args->firstblock; in xfs_attr_shortform_to_leaf()
718 nargs.flist = args->flist; in xfs_attr_shortform_to_leaf()
719 nargs.total = args->total; in xfs_attr_shortform_to_leaf()
720 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
721 nargs.trans = args->trans; in xfs_attr_shortform_to_leaf()
722 nargs.op_flags = XFS_DA_OP_OKNOENT; in xfs_attr_shortform_to_leaf()
[all …]