Home
last modified time | relevance | path

Searched refs:pacllen (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dcifsacl.c1554 const struct cifs_fid *cifsfid, u32 *pacllen, in get_cifs_acl_by_fid() argument
1567 pacllen, info); in get_cifs_acl_by_fid()
1572 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid()
1579 const char *path, u32 *pacllen, u32 info) in get_cifs_acl_by_path() argument
1611 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen, info); in get_cifs_acl_by_path()
1618 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path()
1627 u32 *pacllen, u32 info) in get_cifs_acl() argument
1635 return get_cifs_acl_by_path(cifs_sb, path, pacllen, info); in get_cifs_acl()
1637 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl()
H A Dcifsproto.h211 u32 *pacllen, u32 info);
214 u32 *pacllen, u32 info);
H A Dsmb2proto.h217 int pacllen, int aclflag);
H A Dsmb2pdu.c5984 struct smb_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument
5988 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()