Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dcifsacl.c669 static __u16 cifs_copy_ace(struct cifs_ace *dst, struct cifs_ace *src, struct cifs_sid *psid) in cifs_copy_ace()
769 struct cifs_ace **ppace; in parse_dacl()
947 struct cifs_ace *pnntace = NULL; in populate_new_aces()
1043 struct cifs_ace *pntace = NULL; in replace_sids_and_copy_aces()
1047 struct cifs_ace *pnntace = NULL; in replace_sids_and_copy_aces()
1060 pntace = (struct cifs_ace *) (acl_base + size); in replace_sids_and_copy_aces()
1083 struct cifs_ace *pntace = NULL; in set_chmod_dacl()
1087 struct cifs_ace *pnntace = NULL; in set_chmod_dacl()
1111 pntace = (struct cifs_ace *) (acl_base + size); in set_chmod_dacl()
1628 nsecdesclen += 2 * sizeof(struct cifs_ace); in id_mode_to_cifs_acl()
[all …]
A Dcifsacl.h38 (sizeof(struct cifs_ace) * 4))
114 struct cifs_ace { struct
A Dcifsproto.h234 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace);
235 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode);
236 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
A Dcifssmb.c2888 struct cifs_posix_ace *cifs_ace) in cifs_init_posix_acl() argument
2891 ace->e_perm = cifs_ace->cifs_e_perm; in cifs_init_posix_acl()
2892 ace->e_tag = cifs_ace->cifs_e_tag; in cifs_init_posix_acl()
2897 le64_to_cpu(cifs_ace->cifs_uid)); in cifs_init_posix_acl()
2901 le64_to_cpu(cifs_ace->cifs_uid)); in cifs_init_posix_acl()
2977 static void cifs_init_ace(struct cifs_posix_ace *cifs_ace, in cifs_init_ace() argument
2980 cifs_ace->cifs_e_perm = local_ace->e_perm; in cifs_init_ace()
2981 cifs_ace->cifs_e_tag = local_ace->e_tag; in cifs_init_ace()
2985 cifs_ace->cifs_uid = in cifs_init_ace()
2989 cifs_ace->cifs_uid = in cifs_init_ace()
[all …]
A Dsmb2pdu.c2399 *len = round_up(sizeof(struct crt_sd_ctxt) + (sizeof(struct cifs_ace) * 4), 8); in create_sd_buf()
2448 acelen = setup_special_mode_ACE((struct cifs_ace *)ptr, (__u64)mode); in create_sd_buf()
2455 acelen = setup_special_user_owner_ACE((struct cifs_ace *)ptr); in create_sd_buf()
2462 acelen = setup_authusers_ACE((struct cifs_ace *)ptr); in create_sd_buf()
A Dcifsglob.h185 struct cifs_ace *aces;

Completed in 35 milliseconds