Searched refs:pacllen (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | cifsacl.c | 867 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() argument 879 pacllen); in get_cifs_acl_by_fid() 884 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_fid() 891 const char *path, u32 *pacllen) in get_cifs_acl_by_path() argument 922 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen); in get_cifs_acl_by_path() 929 cifs_dbg(FYI, "%s: rc = %d ACL len %d\n", __func__, rc, *pacllen); in get_cifs_acl_by_path() 938 u32 *pacllen) in get_cifs_acl() argument 946 return get_cifs_acl_by_path(cifs_sb, path, pacllen); in get_cifs_acl() 948 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_cifs_acl()
|