Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmbacl.c1014 pntsd_size = ksmbd_vfs_get_sd_xattr(conn, idmap, in smb_inherit_dacl()
1016 if (pntsd_size <= 0) in smb_inherit_dacl()
1025 acl_len = pntsd_size - dacloffset; in smb_inherit_dacl()
1139 pntsd_size = sizeof(struct smb_ntsd); in smb_inherit_dacl()
1169 pntsd_size += powner_sid_size; in smb_inherit_dacl()
1176 pntsd_size += pgroup_sid_size; in smb_inherit_dacl()
1188 pntsd_size += sizeof(struct smb_acl) + nt_size; in smb_inherit_dacl()
1234 pntsd_size = ksmbd_vfs_get_sd_xattr(conn, idmap, in smb_check_perm_dacl()
1236 if (pntsd_size <= 0 || !pntsd) in smb_check_perm_dacl()
1241 (dacl_offset + sizeof(struct smb_acl) > pntsd_size)) in smb_check_perm_dacl()
[all …]
H A Dsmb2pdu.c3312 int pntsd_size, ace_num = 0; in smb2_open() local
3336 &pntsd_size, &fattr); in smb2_open()
3348 pntsd_size, in smb2_open()