v9fs_get_cached_acl
return v9fs_get_cached_acl(inode, type);
return v9fs_get_cached_acl(d_inode(dentry), type);
acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS);
acl = v9fs_get_cached_acl(dir, ACL_TYPE_DEFAULT);