Home
last modified time | relevance | path

Searched refs:pntsd_size (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/server/
H A Dsmbacl.c1029 int rc = 0, dacloffset, pntsd_type, pntsd_size, acl_len, aces_size; in smb_inherit_dacl() local
1034 pntsd_size = ksmbd_vfs_get_sd_xattr(conn, idmap, in smb_inherit_dacl()
1036 if (pntsd_size <= 0) in smb_inherit_dacl()
1039 if (!dacloffset || (dacloffset + sizeof(struct smb_acl) > pntsd_size)) { in smb_inherit_dacl()
1045 acl_len = pntsd_size - dacloffset; in smb_inherit_dacl()
1133 int powner_sid_size = 0, pgroup_sid_size = 0, pntsd_size; in smb_inherit_dacl() local
1160 pntsd_size = sizeof(struct smb_ntsd); in smb_inherit_dacl()
1190 pntsd_size += powner_sid_size; in smb_inherit_dacl()
1197 pntsd_size += pgroup_sid_size; in smb_inherit_dacl()
1209 pntsd_size += sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl()
[all …]
H A Dsmb2pdu.c3339 int pntsd_size, ace_num = 0; in smb2_open() local
3363 &pntsd_size, &fattr); in smb2_open()
3375 pntsd_size, in smb2_open()