const struct xattr_handler **s_xattr; #ifdef CONFIG_FS_ENCRYPTION const struct fscrypt_operations *s_cop; struct key *s_master_keys; #endif #ifdef CONFIG_FS_VERITY const struct fsverity_operations *s_vop; #endif #if IS_ENABLED(CONFIG_UNICODE) struct unicode_map *s_encoding; __u16 s_en...
dentry lru*/35ints_nr_dentry_unused;/*# of dentry on lru*/3637/*s_inode_lru_lock protects s_inode_lru and s_nr_inodes_unused*/38spinlock_t s_inode_lru_lock ___cacheline_aligned_in_smp;39structlist_head s_inode_lru;/*unused inode lru*/40ints_nr_inodes_unused;/*# of inodes o...
yes checking for getxattr with XATTR_NAME_POSIX_ACL macros... no checking for struct stat.st_blocks... yes checking for flexible array member... yes checking whether conversion from 'int' to 'long double' works... yes checking for working GNU fnmatch... no checking whether isblank is ...
xattr xdiff xhprof xlswriter xml functions xml-error-string.xml xml-get-current-byte-index.xml xml-get-current-column-number.xml xml-get-current-line-number.xml xml-get-error-code.xml xml-parse-into-struct.xml xml-parse.xml xml-parser-create-ns.xml xml-parser-create.xml xml-parser-free....
Cache richacls in struct inode so that this doesn't have to be done individually in each filesystem. This is similar to POSIX ACLs. Signed-off-by: Andreas Gruenbacher <agrue...@redhat.com> --- fs/inode.c | 11 +++++-- fs/posix_acl.c | 2 +- fs...