Searched refs:pacllen (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/cifs/ |
D | cifsacl.c | 1384 const struct cifs_fid *cifsfid, u32 *pacllen, in get_cifs_acl_by_fid() argument 1397 pacllen); in get_cifs_acl_by_fid() 1402 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid() 1409 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument 1437 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path() 1444 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path() 1453 u32 *pacllen, u32 info) in get_cifs_acl() argument 1461 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl() 1463 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl()
|
D | smb2proto.h | 216 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
D | smb2ops.c | 3123 const struct cifs_fid *cifsfid, u32 *pacllen, u32 info) in get_smb2_acl_by_fid() argument 3137 cifsfid->volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_fid() 3143 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid() 3152 const char *path, u32 *pacllen, u32 info) in get_smb2_acl_by_path() argument 3198 fid.volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_path() 3206 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path() 3273 u32 *pacllen, u32 info) in get_smb2_acl() argument 3281 return get_smb2_acl_by_path(cifs_sb, path, pacllen, info); in get_smb2_acl() 3283 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl()
|
D | smb2pdu.c | 5205 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 5209 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()
|