Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsacl.c1104 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() argument
1116 pacllen); in get_cifs_acl_by_fid()
1121 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid()
1128 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument
1156 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path()
1163 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path()
1172 u32 *pacllen) in get_cifs_acl() argument
1180 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl()
1182 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_cifs_acl()
H A Dsmb2ops.c3207 const struct cifs_fid *cifsfid, u32 *pacllen) in get_smb2_acl_by_fid() argument
3221 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid()
3226 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid()
3235 const char *path, u32 *pacllen) in get_smb2_acl_by_path() argument
3278 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path()
3285 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path()
3350 u32 *pacllen) in get_smb2_acl() argument
3358 return get_smb2_acl_by_path(cifs_sb, path, pacllen); in get_smb2_acl()
3360 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl()
H A Dsmb2proto.h237 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
H A Dsmb2pdu.c4970 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument
4974 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()