Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_xattr.c302 context.put_listent = xfs_xattr_put_listent; in xfs_vn_listxattr()
304 context.put_listent = xfs_xattr_put_listent_sizes; in xfs_vn_listxattr()
/fs/xfs/
Dxfs_attr.h120 put_listent_func_t put_listent; /* list output fmt function */ member
Dxfs_attr_leaf.c603 error = context->put_listent(context, in xfs_attr_shortform_list()
699 error = context->put_listent(context, in xfs_attr_shortform_list()
2377 retval = context->put_listent(context, in xfs_attr_leaf_list_int()
2404 retval = context->put_listent(context, in xfs_attr_leaf_list_int()
2412 retval = context->put_listent(context, in xfs_attr_leaf_list_int()
Dxfs_attr.c763 context.put_listent = xfs_attr_put_listent; in xfs_attr_list()