Searched refs:posix_header (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 296 int lustre_acl_xattr_merge2posix(posix_acl_xattr_header *posix_header, int size, in lustre_acl_xattr_merge2posix() argument 373 &posix_header->a_entries[i], &pos); in lustre_acl_xattr_merge2posix() 376 &posix_header->a_entries[i], in lustre_acl_xattr_merge2posix() 416 lustre_acl_xattr_merge2ext(posix_acl_xattr_header *posix_header, int size, in lustre_acl_xattr_merge2ext() argument 440 lustre_posix_acl_le_to_cpu(&pae, &posix_header->a_entries[i]); in lustre_acl_xattr_merge2ext() 456 posix_header->a_entries[i].e_tag; in lustre_acl_xattr_merge2ext() 458 posix_header->a_entries[i].e_perm; in lustre_acl_xattr_merge2ext() 460 posix_header->a_entries[i].e_id; in lustre_acl_xattr_merge2ext() 462 &posix_header->a_entries[i], &pos); in lustre_acl_xattr_merge2ext() 464 if (posix_header->a_entries[i].e_perm != in lustre_acl_xattr_merge2ext() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_eacl.h | 84 lustre_acl_xattr_merge2posix(posix_acl_xattr_header *posix_header, int size, 88 lustre_acl_xattr_merge2ext(posix_acl_xattr_header *posix_header, int size,
|