Searched refs:pacllen (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 1484 const struct cifs_fid *cifsfid, u32 *pacllen, in get_cifs_acl_by_fid() argument 1497 pacllen, info); in get_cifs_acl_by_fid() 1502 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid() 1509 const char *path, u32 *pacllen, u32 info) in get_cifs_acl_by_path() argument 1541 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen, info); in get_cifs_acl_by_path() 1548 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path() 1557 u32 *pacllen, u32 info) in get_cifs_acl() argument 1565 return get_cifs_acl_by_path(cifs_sb, path, pacllen, info); in get_cifs_acl() 1567 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl()
|
| H A D | cifsproto.h | 210 u32 *pacllen, u32 info); 213 u32 *pacllen, u32 info);
|
| H A D | smb2proto.h | 214 int pacllen, int aclflag);
|
| H A D | smb2ops.c | 3209 const struct cifs_fid *cifsfid, u32 *pacllen, u32 info) in get_smb2_acl_by_fid() argument 3223 cifsfid->volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_fid() 3229 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid() 3238 const char *path, u32 *pacllen, u32 info) in get_smb2_acl_by_path() argument 3287 fid.volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_path() 3296 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path() 3364 u32 *pacllen, u32 info) in get_smb2_acl() argument 3372 return get_smb2_acl_by_path(cifs_sb, path, pacllen, info); in get_smb2_acl() 3374 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl()
|
| H A D | smb2pdu.c | 5905 struct smb_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 5909 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()
|