Searched refs:cifs_ntsd (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | cifsacl.h | 46 #define DEFAULT_SEC_DESC_LEN (sizeof(struct cifs_ntsd) + \ 68 struct cifs_ntsd { struct 192 #define MIN_SEC_DESC_LEN (sizeof(struct cifs_ntsd) + (2 * MIN_SID_LEN))
|
| D | cifsacl.c | 523 static void copy_sec_desc(const struct cifs_ntsd *pntsd, in copy_sec_desc() 524 struct cifs_ntsd *pnntsd, __u32 sidsoffset) in copy_sec_desc() 532 pnntsd->dacloffset = cpu_to_le32(sizeof(struct cifs_ntsd)); in copy_sec_desc() 892 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr, in parse_sec_desc() 950 static int build_sec_desc(struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd, in build_sec_desc() 970 ndacloffset = sizeof(struct cifs_ntsd); in build_sec_desc() 1029 struct cifs_ntsd *get_cifs_acl_by_fid(struct cifs_sb_info *cifs_sb, in get_cifs_acl_by_fid() 1032 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl_by_fid() 1053 static struct cifs_ntsd *get_cifs_acl_by_path(struct cifs_sb_info *cifs_sb, in get_cifs_acl_by_path() 1056 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl_by_path() [all …]
|
| D | cifsproto.h | 209 extern struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *, struct inode *, 211 extern struct cifs_ntsd *get_cifs_acl_by_fid(struct cifs_sb_info *, 213 extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, 512 __u16 fid, struct cifs_ntsd **acl_inf, __u32 *buflen); 514 struct cifs_ntsd *, __u32, int);
|
| D | xattr.c | 99 struct cifs_ntsd *pacl; in cifs_xattr_set() 249 struct cifs_ntsd *pacl; in cifs_xattr_get()
|
| D | cifsglob.h | 457 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, 459 struct cifs_ntsd * (*get_acl_by_fid)(struct cifs_sb_info *, 461 int (*set_acl)(struct cifs_ntsd *, __u32, struct inode *, const char *,
|
| D | smb2proto.h | 206 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
| D | smb2ops.c | 2753 static struct cifs_ntsd * 2757 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_fid() 2781 static struct cifs_ntsd * 2785 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_path() 2838 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() 2896 static struct cifs_ntsd * 2901 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl()
|
| D | cifssmb.c | 3965 struct cifs_ntsd **acl_inf, __u32 *pbuflen) in CIFSSMBGetCIFSACL() 4035 if ((*pbuflen < sizeof(struct cifs_ntsd) + 8) || in CIFSSMBGetCIFSACL() 4055 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL()
|
| D | smb2pdu.c | 4436 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl()
|