Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_attr_list.c105 error = context->put_listent(context, in xfs_attr_shortform_list()
197 error = context->put_listent(context, in xfs_attr_shortform_list()
429 retval = context->put_listent(context, in xfs_attr3_leaf_list_int()
458 retval = context->put_listent(context, in xfs_attr3_leaf_list_int()
466 retval = context->put_listent(context, in xfs_attr3_leaf_list_int()
642 context.put_listent = xfs_attr_put_listent; in xfs_attr_list()
Dxfs_xattr.c248 context.put_listent = xfs_xattr_put_listent; in xfs_vn_listxattr()
250 context.put_listent = xfs_xattr_put_listent_sizes; in xfs_vn_listxattr()
Dxfs_attr.h131 put_listent_func_t put_listent; /* list output fmt function */ member