Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifsacl.c664 static __u16 cifs_copy_ace(struct cifs_ace *dst, struct cifs_ace *src, struct cifs_sid *psid) in cifs_copy_ace() function
1059 ace_size = cifs_copy_ace(pnntace, pntace, pnownersid); in replace_sids_and_copy_aces()
1061 ace_size = cifs_copy_ace(pnntace, pntace, pngrpsid); in replace_sids_and_copy_aces()
1063 ace_size = cifs_copy_ace(pnntace, pntace, NULL); in replace_sids_and_copy_aces()
1130 nsize += cifs_copy_ace(pnntace, pntace, NULL); in set_chmod_dacl()