Lines Matching refs:cifs_ace
2850 * @cifs_ace: ACL in cifs format
2858 struct cifs_posix_ace *cifs_ace)
2861 ace->e_perm = cifs_ace->cifs_e_perm;
2862 ace->e_tag = cifs_ace->cifs_e_tag;
2867 le64_to_cpu(cifs_ace->cifs_uid));
2871 le64_to_cpu(cifs_ace->cifs_uid));
2944 * @cifs_ace: the cifs ACL entry to store into
2947 static void cifs_init_ace(struct cifs_posix_ace *cifs_ace,
2950 cifs_ace->cifs_e_perm = local_ace->e_perm;
2951 cifs_ace->cifs_e_tag = local_ace->e_tag;
2955 cifs_ace->cifs_uid =
2959 cifs_ace->cifs_uid =
2963 cifs_ace->cifs_uid = cpu_to_le64(-1);