Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\posix_acl.c Create Date:2022-07-28 20:29:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_cached_acl

Proto:void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl)

Type:void

Parameter:

TypeParameterName
struct inode *inode
inttype
struct posix_acl *acl
65  p = acl_by_type(inode, type)
68  old = xchg(p, Duplicate an ACL handle.)
69  If Not is_uncached_acl(old) Then Free an ACL handle.
Caller
NameDescribe
get_acl
simple_set_acl
simple_acl_create