Home
last modified time | relevance | path

Searched refs:i_opflags (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c199 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 Devm_main.c100 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c59 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 Dbad_inode.c207 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
H A Ddcache.c1909 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 Dinode.c146 inode->i_opflags = 0; in inode_init_always()
148 inode->i_opflags |= IOP_XATTR; in inode_init_always()
H A Dnamei.c399 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 Dlibfs.c1356 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_appraise.c379 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 Dinode.c1021 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 Dmmap.c412 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
H A Dcrypto.c1105 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dbind.c126 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_daemon_add_cache()
H A Dnamei.c822 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dxattr.c899 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in create_privroot()
986 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in reiserfs_lookup_privroot()
H A Dnamei.c385 inode->i_opflags &= ~IOP_XATTR; in reiserfs_lookup()
H A Dinode.c2100 inode->i_opflags &= ~IOP_XATTR; in reiserfs_new_inode()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c54 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 Dubifs.h166 unsigned short i_opflags; member
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c285 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 Dhooks.c500 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 Dfs.h629 unsigned short i_opflags; member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode.c5491 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()