Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_eacl.h80 lustre_posix_acl_xattr_free(posix_acl_xattr_header *header, int size);
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dacl.c245 void lustre_posix_acl_xattr_free(posix_acl_xattr_header *header, int size) in lustre_posix_acl_xattr_free() function
249 EXPORT_SYMBOL(lustre_posix_acl_xattr_free);
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c198 lustre_posix_acl_xattr_free(new_value, size); in ll_setxattr_common()