Lines Matching refs:cifs_ntsd
402 static void copy_sec_desc(const struct cifs_ntsd *pntsd, in copy_sec_desc()
403 struct cifs_ntsd *pnntsd, __u32 sidsoffset) in copy_sec_desc()
411 pnntsd->dacloffset = cpu_to_le32(sizeof(struct cifs_ntsd)); in copy_sec_desc()
733 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr) in parse_sec_desc()
790 static int build_sec_desc(struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd, in build_sec_desc()
809 ndacloffset = sizeof(struct cifs_ntsd); in build_sec_desc()
868 static struct cifs_ntsd *get_cifs_acl_by_fid(struct cifs_sb_info *cifs_sb, in get_cifs_acl_by_fid()
871 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl_by_fid()
891 static struct cifs_ntsd *get_cifs_acl_by_path(struct cifs_sb_info *cifs_sb, in get_cifs_acl_by_path()
894 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl_by_path()
929 struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *cifs_sb, in get_cifs_acl()
933 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl()
947 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_cifs_acl()
995 struct cifs_ntsd *pntsd = NULL; in cifs_acl_to_fattr()
1028 struct cifs_ntsd *pntsd = NULL; /* acl obtained from server */ in id_mode_to_cifs_acl()
1029 struct cifs_ntsd *pnntsd = NULL; /* modified acl to be sent to server */ in id_mode_to_cifs_acl()