H A D | smb2ops.c | 3007 const struct cifs_fid *cifsfid, u32 *pacllen, u32 info) in get_smb2_acl_by_fid() 3021 cifsfid->volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_fid() 3027 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_fid() 3036 const char *path, u32 *pacllen, u32 info) in get_smb2_acl_by_path() 3086 fid.volatile_fid, (void **)&pntsd, pacllen, in get_smb2_acl_by_path() 3094 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_smb2_acl_by_path() 3162 u32 *pacllen, u32 info) in get_smb2_acl() 3170 return get_smb2_acl_by_path(cifs_sb, path, pacllen, info); in get_smb2_acl() 3172 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl() 3006 get_smb2_acl_by_fid(struct cifs_sb_info * cifs_sb,const struct cifs_fid * cifsfid,u32 * pacllen,u32 info) get_smb2_acl_by_fid() argument 3035 get_smb2_acl_by_path(struct cifs_sb_info * cifs_sb,const char * path,u32 * pacllen,u32 info) get_smb2_acl_by_path() argument 3161 get_smb2_acl(struct cifs_sb_info * cifs_sb,struct inode * inode,const char * path,u32 * pacllen,u32 info) get_smb2_acl() argument
|