Home
last modified time | relevance | path

Searched refs:smb_acl (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/server/
A Dsmbacl.c395 acl_size = sizeof(struct smb_acl); in parse_dacl()
696 struct smb_acl *pndacl, in set_ntacl_dacl()
697 struct smb_acl *nt_dacl, in set_ntacl_dacl()
958 struct smb_acl *ppdacl_ptr; in build_sec_desc()
969 ppdacl_size < sizeof(struct smb_acl)) in build_sec_desc()
973 ntacl_size - sizeof(struct smb_acl), in build_sec_desc()
1004 struct smb_acl *parent_pdacl; in smb_inherit_dacl()
1043 sizeof(struct smb_acl)); in smb_inherit_dacl()
1044 aces_size = acl_len - sizeof(struct smb_acl); in smb_inherit_dacl()
1110 struct smb_acl *pdacl; in smb_inherit_dacl()
[all …]
A Dvfs.c1399 struct xattr_smb_acl *smb_acl = NULL; in ksmbd_vfs_make_xattr_posix_acl() local
1412 smb_acl = kzalloc(sizeof(struct xattr_smb_acl) + in ksmbd_vfs_make_xattr_posix_acl()
1415 if (!smb_acl) in ksmbd_vfs_make_xattr_posix_acl()
1418 smb_acl->count = posix_acls->a_count; in ksmbd_vfs_make_xattr_posix_acl()
1420 xa_entry = smb_acl->entries; in ksmbd_vfs_make_xattr_posix_acl()
1457 return smb_acl; in ksmbd_vfs_make_xattr_posix_acl()
1469 struct xattr_smb_acl *smb_acl, *def_smb_acl = NULL; in ksmbd_vfs_set_sd_xattr() local
1496 smb_acl = ksmbd_vfs_make_xattr_posix_acl(idmap, inode, in ksmbd_vfs_set_sd_xattr()
1503 smb_acl, def_smb_acl); in ksmbd_vfs_set_sd_xattr()
1531 kfree(smb_acl); in ksmbd_vfs_set_sd_xattr()
[all …]
A Dsmb2pdu.c3339 sizeof(struct smb_acl) + in smb2_open()
/linux/fs/smb/client/
A Dcifsacl.c796 acl_size = sizeof(struct smb_acl); in parse_dacl()
1037 static __u16 replace_sids_and_copy_aces(struct smb_acl *pdacl, struct smb_acl *pndacl, in replace_sids_and_copy_aces()
1052 size = sizeof(struct smb_acl); in replace_sids_and_copy_aces()
1056 nsize = sizeof(struct smb_acl); in replace_sids_and_copy_aces()
1077 static int set_chmod_dacl(struct smb_acl *pdacl, struct smb_acl *pndacl, in set_chmod_dacl()
1094 nsize = sizeof(struct smb_acl); in set_chmod_dacl()
1106 size = sizeof(struct smb_acl); in set_chmod_dacl()
1199 struct smb_acl *dacl_ptr; /* no need for SACL ptr */ in parse_sec_desc()
1211 dacl_ptr = (struct smb_acl *)((char *)pntsd + dacloffset); in parse_sec_desc()
1269 dacl_ptr = (struct smb_acl *)((char *)pntsd + dacloffset); in build_sec_desc()
[all …]
A Dcifsacl.h30 sizeof(struct smb_acl) + \
/linux/fs/smb/common/
A Dsmbacl.h107 struct smb_acl { struct

Completed in 36 milliseconds