Lines Matching refs:cifs_ntsd
518 static __u32 copy_sec_desc(const struct cifs_ntsd *pntsd,
519 struct cifs_ntsd *pnntsd,
530 pnntsd->dacloffset = cpu_to_le32(sizeof(struct cifs_ntsd));
1194 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr,
1252 static int build_sec_desc(struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd,
1282 ndacloffset = sizeof(struct cifs_ntsd);
1300 ndacloffset = sizeof(struct cifs_ntsd);
1388 struct cifs_ntsd *get_cifs_acl_by_fid(struct cifs_sb_info *cifs_sb,
1392 struct cifs_ntsd *pntsd = NULL;
1413 static struct cifs_ntsd *get_cifs_acl_by_path(struct cifs_sb_info *cifs_sb,
1416 struct cifs_ntsd *pntsd = NULL;
1457 struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *cifs_sb,
1461 struct cifs_ntsd *pntsd = NULL;
1475 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
1531 struct cifs_ntsd *pntsd = NULL;
1584 struct cifs_ntsd *pntsd = NULL; /* acl obtained from server */
1585 struct cifs_ntsd *pnntsd = NULL; /* modified acl to be sent to server */
1633 nsecdesclen = sizeof(struct cifs_ntsd) + (sizeof(struct cifs_sid) * 2);