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

/linux-master/fs/smb/client/
H A Dcifsacl.c669 static __u16 cifs_copy_ace(struct cifs_ace *dst, struct cifs_ace *src, struct cifs_sid *psid) function
1064 ace_size = cifs_copy_ace(pnntace, pntace, pnownersid);
1066 ace_size = cifs_copy_ace(pnntace, pntace, pngrpsid);
1068 ace_size = cifs_copy_ace(pnntace, pntace, NULL);
1135 nsize += cifs_copy_ace(pnntace, pntace, NULL);

Completed in 112 milliseconds