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.c1026 int rc = 0, num_aces, dacloffset, pntsd_type, pntsd_size, acl_len, aces_size; in smb_inherit_dacl()
1030 pntsd_size = ksmbd_vfs_get_sd_xattr(conn, idmap, in smb_inherit_dacl()
1032 if (pntsd_size <= 0) in smb_inherit_dacl()
1035 if (!dacloffset || (dacloffset + sizeof(struct smb_acl) > pntsd_size)) { in smb_inherit_dacl()
1041 acl_len = pntsd_size - dacloffset; in smb_inherit_dacl()
1128 int powner_sid_size = 0, pgroup_sid_size = 0, pntsd_size; in smb_inherit_dacl()
1155 pntsd_size = sizeof(struct smb_ntsd); in smb_inherit_dacl()
1185 pntsd_size += powner_sid_size; in smb_inherit_dacl()
1192 pntsd_size += pgroup_sid_size; in smb_inherit_dacl()
1204 pntsd_size in smb_inherit_flags()
1010 int rc = 0, num_aces, dacloffset, pntsd_type, pntsd_size, acl_len, aces_size; smb_inherit_dacl() local
1112 int powner_sid_size = 0, pgroup_sid_size = 0, pntsd_size; smb_inherit_dacl() local
1222 int rc = 0, pntsd_size, acl_size, aces_size, pdacl_size, dacl_offset; smb_check_perm_dacl() local
[all...]
H A Dsmb2pdu.c3334 int pntsd_size, ace_num = 0; in smb2_open() local
3358 &pntsd_size, &fattr); in smb2_open()
3370 pntsd_size, in smb2_open()