Home
last modified time | relevance | path

Searched refs:smb_ace (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmbacl.c193 static __u16 fill_ace_for_sid(struct smb_ace *pntace, in fill_ace_for_sid()
374 struct smb_ace **ppace; in parse_dacl()
401 if (num_aces > ULONG_MAX / sizeof(struct smb_ace *)) in parse_dacl()
413 ppace = kmalloc_array(num_aces, sizeof(struct smb_ace *), GFP_KERNEL); in parse_dacl()
429 ppace[i] = (struct smb_ace *)(acl_base + acl_size); in parse_dacl()
431 acl_size = offsetof(struct smb_ace, sid) + in parse_dacl()
582 struct smb_ace *pndace, in set_posix_acl_entries_dacl()
588 struct smb_ace *ntace; in set_posix_acl_entries_dacl()
626 ntace = (struct smb_ace *)((char *)ntace + in set_posix_acl_entries_dacl()
633 ntace = (struct smb_ace *)((cha in set_posix_acl_entries_dacl()
[all...]
H A Dsmbacl.h143 struct smb_ace { struct
H A Dsmb2pdu.c3137 sizeof(struct smb_ace) * ace_num * 2, in smb2_open()

Completed in 12 milliseconds