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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifssmb.c2557 static void cifs_convert_ace(posix_acl_xattr_entry * ace, struct cifs_posix_ace * cifs_ace)
2575 struct cifs_posix_ace * pACE;
2586 size += sizeof(struct cifs_posix_ace) * count;
2595 size += sizeof(struct cifs_posix_ace) * count;
2599 size += sizeof(struct cifs_posix_ace) * count;
2623 static __u16 convert_ace_to_cifs_ace(struct cifs_posix_ace * cifs_ace,
2679 rc = (__u16)(count * sizeof(struct cifs_posix_ace));
H A Dcifspdu.h2082 struct cifs_posix_ace { /* access control entry (ACE) */ struct
2092 struct cifs_posix_ace ace_array[0];
2094 struct cifs_posix_ace default_ace_arraay[] */

Completed in 83 milliseconds