Searched refs:pacllen (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifsacl.c | 868 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() argument 880 pacllen); in get_cifs_acl_by_fid() 885 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid() 892 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument 923 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path() 930 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path() 939 u32 *pacllen) in get_cifs_acl() argument 947 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl() 949 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_cifs_acl()
|