Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dcifsacl.c679 static __u16 cifs_copy_ace(struct cifs_ace *dst, struct cifs_ace *src, struct cifs_sid *psid) in cifs_copy_ace()
779 struct cifs_ace **ppace; in parse_dacl()
957 struct cifs_ace *pnntace = NULL; in populate_new_aces()
1050 struct cifs_ace *pntace = NULL; in replace_sids_and_copy_aces()
1054 struct cifs_ace *pnntace = NULL; in replace_sids_and_copy_aces()
1067 pntace = (struct cifs_ace *) (acl_base + size); in replace_sids_and_copy_aces()
1090 struct cifs_ace *pntace = NULL; in set_chmod_dacl()
1094 struct cifs_ace *pnntace = NULL; in set_chmod_dacl()
1118 pntace = (struct cifs_ace *) (acl_base + size); in set_chmod_dacl()
1631 nsecdesclen += sizeof(struct cifs_ace); in id_mode_to_cifs_acl()
[all …]
H A Dcifsacl.h52 (sizeof(struct cifs_ace) * 4))
128 struct cifs_ace { struct
H A Dcifsproto.h239 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace);
240 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode);
241 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
H A Dcifssmb.c3419 struct cifs_posix_ace *cifs_ace) in cifs_convert_ace() argument
3422 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace()
3423 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace()
3424 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
3491 static void convert_ace_to_cifs_ace(struct cifs_posix_ace *cifs_ace, in convert_ace_to_cifs_ace() argument
3494 cifs_ace->cifs_e_perm = le16_to_cpu(local_ace->e_perm); in convert_ace_to_cifs_ace()
3495 cifs_ace->cifs_e_tag = le16_to_cpu(local_ace->e_tag); in convert_ace_to_cifs_ace()
3499 cifs_ace->cifs_uid = cpu_to_le64(-1); in convert_ace_to_cifs_ace()
3501 cifs_ace->cifs_uid = cpu_to_le64(le32_to_cpu(local_ace->e_id)); in convert_ace_to_cifs_ace()
H A Dcifsglob.h174 struct cifs_ace *aces;
H A Dsmb2pdu.c2297 *len = roundup(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2346 acelen = setup_special_mode_ACE((struct cifs_ace *)ptr, (__u64)mode); in create_sd_buf()
2353 acelen = setup_special_user_owner_ACE((struct cifs_ace *)ptr); in create_sd_buf()
2360 acelen = setup_authusers_ACE((struct cifs_ace *)ptr); in create_sd_buf()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dcifsacl.c679 static __u16 cifs_copy_ace(struct cifs_ace *dst, struct cifs_ace *src, struct cifs_sid *psid) in cifs_copy_ace()
779 struct cifs_ace **ppace; in parse_dacl()
957 struct cifs_ace *pnntace = NULL; in populate_new_aces()
1050 struct cifs_ace *pntace = NULL; in replace_sids_and_copy_aces()
1054 struct cifs_ace *pnntace = NULL; in replace_sids_and_copy_aces()
1067 pntace = (struct cifs_ace *) (acl_base + size); in replace_sids_and_copy_aces()
1090 struct cifs_ace *pntace = NULL; in set_chmod_dacl()
1094 struct cifs_ace *pnntace = NULL; in set_chmod_dacl()
1118 pntace = (struct cifs_ace *) (acl_base + size); in set_chmod_dacl()
1631 nsecdesclen += sizeof(struct cifs_ace); in id_mode_to_cifs_acl()
[all …]
H A Dcifsacl.h52 (sizeof(struct cifs_ace) * 4))
128 struct cifs_ace { struct
H A Dcifsproto.h239 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace);
240 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode);
241 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
H A Dcifssmb.c3419 struct cifs_posix_ace *cifs_ace) in cifs_convert_ace() argument
3422 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace()
3423 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace()
3424 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
3491 static void convert_ace_to_cifs_ace(struct cifs_posix_ace *cifs_ace, in convert_ace_to_cifs_ace() argument
3494 cifs_ace->cifs_e_perm = le16_to_cpu(local_ace->e_perm); in convert_ace_to_cifs_ace()
3495 cifs_ace->cifs_e_tag = le16_to_cpu(local_ace->e_tag); in convert_ace_to_cifs_ace()
3499 cifs_ace->cifs_uid = cpu_to_le64(-1); in convert_ace_to_cifs_ace()
3501 cifs_ace->cifs_uid = cpu_to_le64(le32_to_cpu(local_ace->e_id)); in convert_ace_to_cifs_ace()
H A Dcifsglob.h174 struct cifs_ace *aces;
H A Dsmb2pdu.c2297 *len = roundup(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2346 acelen = setup_special_mode_ACE((struct cifs_ace *)ptr, (__u64)mode); in create_sd_buf()
2353 acelen = setup_special_user_owner_ACE((struct cifs_ace *)ptr); in create_sd_buf()
2360 acelen = setup_authusers_ACE((struct cifs_ace *)ptr); in create_sd_buf()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dcifsacl.c679 static __u16 cifs_copy_ace(struct cifs_ace *dst, struct cifs_ace *src, struct cifs_sid *psid) in cifs_copy_ace()
779 struct cifs_ace **ppace; in parse_dacl()
957 struct cifs_ace *pnntace = NULL; in populate_new_aces()
1050 struct cifs_ace *pntace = NULL; in replace_sids_and_copy_aces()
1054 struct cifs_ace *pnntace = NULL; in replace_sids_and_copy_aces()
1067 pntace = (struct cifs_ace *) (acl_base + size); in replace_sids_and_copy_aces()
1090 struct cifs_ace *pntace = NULL; in set_chmod_dacl()
1094 struct cifs_ace *pnntace = NULL; in set_chmod_dacl()
1118 pntace = (struct cifs_ace *) (acl_base + size); in set_chmod_dacl()
1631 nsecdesclen += sizeof(struct cifs_ace); in id_mode_to_cifs_acl()
[all …]
H A Dcifsacl.h52 (sizeof(struct cifs_ace) * 4))
128 struct cifs_ace { struct
H A Dcifsproto.h239 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace);
240 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode);
241 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
H A Dcifssmb.c3419 struct cifs_posix_ace *cifs_ace) in cifs_convert_ace() argument
3422 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace()
3423 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace()
3424 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
3491 static void convert_ace_to_cifs_ace(struct cifs_posix_ace *cifs_ace, in convert_ace_to_cifs_ace() argument
3494 cifs_ace->cifs_e_perm = le16_to_cpu(local_ace->e_perm); in convert_ace_to_cifs_ace()
3495 cifs_ace->cifs_e_tag = le16_to_cpu(local_ace->e_tag); in convert_ace_to_cifs_ace()
3499 cifs_ace->cifs_uid = cpu_to_le64(-1); in convert_ace_to_cifs_ace()
3501 cifs_ace->cifs_uid = cpu_to_le64(le32_to_cpu(local_ace->e_id)); in convert_ace_to_cifs_ace()
H A Dcifsglob.h174 struct cifs_ace *aces;
H A Dsmb2pdu.c2297 *len = roundup(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2346 acelen = setup_special_mode_ACE((struct cifs_ace *)ptr, (__u64)mode); in create_sd_buf()
2353 acelen = setup_special_user_owner_ACE((struct cifs_ace *)ptr); in create_sd_buf()
2360 acelen = setup_authusers_ACE((struct cifs_ace *)ptr); in create_sd_buf()