Searched refs:cifs_ntsd (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/cifs/ |
| A D | cifsacl.h | 36 #define DEFAULT_SEC_DESC_LEN (sizeof(struct cifs_ntsd) + \ 58 struct cifs_ntsd { struct 197 #define MIN_SEC_DESC_LEN (sizeof(struct cifs_ntsd) + (2 * MIN_SID_LEN))
|
| A D | cifsacl.c | 513 static __u32 copy_sec_desc(const struct cifs_ntsd *pntsd, in copy_sec_desc() 514 struct cifs_ntsd *pnntsd, in copy_sec_desc() 525 pnntsd->dacloffset = cpu_to_le32(sizeof(struct cifs_ntsd)); in copy_sec_desc() 1244 static int build_sec_desc(struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd, in build_sec_desc() 1274 ndacloffset = sizeof(struct cifs_ntsd); in build_sec_desc() 1292 ndacloffset = sizeof(struct cifs_ntsd); in build_sec_desc() 1383 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl_by_fid() 1407 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl_by_path() 1451 struct cifs_ntsd *pntsd = NULL; in get_cifs_acl() 1465 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_cifs_acl() [all …]
|
| A D | cifsproto.h | 220 extern struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *, struct inode *, 222 extern struct cifs_ntsd *get_cifs_acl_by_fid(struct cifs_sb_info *, 224 extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, 527 __u16 fid, struct cifs_ntsd **acl_inf, __u32 *buflen); 529 struct cifs_ntsd *, __u32, int);
|
| A D | xattr.c | 162 struct cifs_ntsd *pacl; in cifs_xattr_set() 337 struct cifs_ntsd *pacl; in cifs_xattr_get()
|
| A D | cifsglob.h | 455 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, 457 struct cifs_ntsd * (*get_acl_by_fid)(struct cifs_sb_info *, 459 int (*set_acl)(struct cifs_ntsd *, __u32, struct inode *, const char *,
|
| A D | smb2proto.h | 226 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
| A D | smb2ops.c | 3346 static struct cifs_ntsd * 3350 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_fid() 3375 static struct cifs_ntsd * 3379 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_path() 3438 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() 3495 static struct cifs_ntsd * 3500 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl()
|
| A D | cifssmb.c | 3784 struct cifs_ntsd **acl_inf, __u32 *pbuflen) in CIFSSMBGetCIFSACL() 3854 if ((*pbuflen < sizeof(struct cifs_ntsd) + 8) || in CIFSSMBGetCIFSACL() 3874 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL()
|
| A D | smb2pdu.c | 5061 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl()
|
Completed in 48 milliseconds