Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dcifssmb.c3440 const struct posix_acl_xattr_entry *local_ace) in convert_ace_to_cifs_ace() argument
3442 cifs_ace->cifs_e_perm = le16_to_cpu(local_ace->e_perm); in convert_ace_to_cifs_ace()
3443 cifs_ace->cifs_e_tag = le16_to_cpu(local_ace->e_tag); in convert_ace_to_cifs_ace()
3445 if (local_ace->e_id == cpu_to_le32(-1)) { in convert_ace_to_cifs_ace()
3449 cifs_ace->cifs_uid = cpu_to_le64(le32_to_cpu(local_ace->e_id)); in convert_ace_to_cifs_ace()