| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_crypto.c | 199 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash() 325 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_update_evmxattr()
|
| H A D | evm_main.c | 100 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | xattr.c | 59 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name() 147 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_supported_namespace() 207 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm() 419 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
|
| H A D | bad_inode.c | 207 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
|
| H A D | dcache.c | 1909 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode() 1913 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode() 1918 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode() 1923 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
|
| H A D | inode.c | 146 inode->i_opflags = 0; in inode_init_always() 148 inode->i_opflags |= IOP_XATTR; in inode_init_always()
|
| H A D | namei.c | 399 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission() 405 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission() 4633 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink() 4641 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
|
| H A D | libfs.c | 1356 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_appraise.c | 379 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement() 514 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | inode.c | 1021 if (!(d_inode(lower_dentry)->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr() 1038 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower() 1086 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_removexattr()
|
| H A D | mmap.c | 412 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
|
| H A D | crypto.c | 1105 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | bind.c | 126 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_daemon_add_cache()
|
| H A D | namei.c | 822 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | xattr.c | 899 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in create_privroot() 986 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in reiserfs_lookup_privroot()
|
| H A D | namei.c | 385 inode->i_opflags &= ~IOP_XATTR; in reiserfs_lookup()
|
| H A D | inode.c | 2100 inode->i_opflags &= ~IOP_XATTR; in reiserfs_new_inode()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | copy_up.c | 54 if (!(old->d_inode->i_opflags & IOP_XATTR) || in ovl_copy_xattr() 55 !(new->d_inode->i_opflags & IOP_XATTR)) in ovl_copy_xattr()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs.h | 166 unsigned short i_opflags; member
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 285 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch() 3404 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 500 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_finish_set_opts() 1435 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry() 1531 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 629 unsigned short i_opflags; member
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | inode.c | 5491 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()
|