Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_attr_list.c105 error = context->put_listent(context, in xfs_attr_shortform_list()
199 error = context->put_listent(context, in xfs_attr_shortform_list()
431 retval = context->put_listent(context, in xfs_attr3_leaf_list_int()
460 retval = context->put_listent(context, in xfs_attr3_leaf_list_int()
468 retval = context->put_listent(context, in xfs_attr3_leaf_list_int()
644 context.put_listent = xfs_attr_put_listent; in xfs_attr_list()
Dxfs_xattr.c244 context.put_listent = xfs_xattr_put_listent; in xfs_vn_listxattr()
246 context.put_listent = xfs_xattr_put_listent_sizes; in xfs_vn_listxattr()
Dxfs_attr.h130 put_listent_func_t put_listent; /* list output fmt function */ member