Searched refs:cifs_copy_ace (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | cifsacl.c | 669 static __u16 cifs_copy_ace(struct smb_ace *dst, struct smb_ace *src, struct smb_sid *psid) in cifs_copy_ace() function 1064 ace_size = cifs_copy_ace(pnntace, pntace, pnownersid); in replace_sids_and_copy_aces() 1066 ace_size = cifs_copy_ace(pnntace, pntace, pngrpsid); in replace_sids_and_copy_aces() 1068 ace_size = cifs_copy_ace(pnntace, pntace, NULL); in replace_sids_and_copy_aces() 1135 nsize += cifs_copy_ace(pnntace, pntace, NULL); in set_chmod_dacl()
|