Searched refs:pacllen (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | cifsacl.c | 1030 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() argument 1042 pacllen); in get_cifs_acl_by_fid() 1047 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid() 1054 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument 1085 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path() 1092 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path() 1101 u32 *pacllen) in get_cifs_acl() argument 1109 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl() 1111 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_cifs_acl()
|
| D | smb2proto.h | 206 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
| D | smb2ops.c | 2755 const struct cifs_fid *cifsfid, u32 *pacllen) in get_smb2_acl_by_fid() argument 2769 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid() 2774 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid() 2783 const char *path, u32 *pacllen) in get_smb2_acl_by_path() argument 2824 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path() 2831 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path() 2899 u32 *pacllen) in get_smb2_acl() argument 2907 return get_smb2_acl_by_path(cifs_sb, path, pacllen); in get_smb2_acl() 2909 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl()
|
| D | smb2pdu.c | 4436 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 4440 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()
|