Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dcifsacl.c1389 const struct cifs_fid *cifsfid, u32 *pacllen, in get_cifs_acl_by_fid() argument
1402 pacllen); in get_cifs_acl_by_fid()
1407 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid()
1414 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument
1443 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path()
1450 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path()
1459 u32 *pacllen, u32 info) in get_cifs_acl() argument
1467 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl()
1469 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl()
A Dsmb2proto.h216 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
A Dsmb2ops.c3154 const struct cifs_fid *cifsfid, u32 *pacllen, u32 info) in get_smb2_acl_by_fid() argument
3168 cifsfid->volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_fid()
3174 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid()
3183 const char *path, u32 *pacllen, u32 info) in get_smb2_acl_by_path() argument
3232 fid.volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_path()
3240 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path()
3308 u32 *pacllen, u32 info) in get_smb2_acl() argument
3316 return get_smb2_acl_by_path(cifs_sb, path, pacllen, info); in get_smb2_acl()
3318 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl()
A Dsmb2pdu.c5214 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument
5218 1, (void **)&pnntsd, &pacllen); in SMB2_set_acl()

Completed in 24 milliseconds