Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsacl.c990 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() argument
1002 pacllen); in get_cifs_acl_by_fid()
1007 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid()
1014 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument
1045 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path()
1052 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path()
1061 u32 *pacllen) in get_cifs_acl() argument
1069 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl()
1071 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_cifs_acl()
Dsmb2ops.c2019 const struct cifs_fid *cifsfid, u32 *pacllen) in get_smb2_acl_by_fid() argument
2033 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid()
2038 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid()
2047 const char *path, u32 *pacllen) in get_smb2_acl_by_path() argument
2088 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path()
2095 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path()
2165 u32 *pacllen) in get_smb2_acl() argument
2173 return get_smb2_acl_by_path(cifs_sb, path, pacllen); in get_smb2_acl()
2175 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl()
Dsmb2proto.h198 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
Dsmb2pdu.c4064 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument
4068 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()