Home
last modified time | relevance | path

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

/linux/security/integrity/evm/
H A Devm_crypto.c244 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
400 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_init_hmac()
H A Devm_main.c154 if (!(inode->i_opflags & IOP_XATTR)) in is_unsupported_hmac_fs()
/linux/security/integrity/ima/
H A Dima_appraise.c478 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
645 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/linux/fs/xfs/scrub/
H A Dtempfile.c109 VFS_I(sc->tempip)->i_opflags &= ~IOP_XATTR; in xrep_tempfile_create()
977 if (IS_PRIVATE(inode) && !(inode->i_opflags & IOP_XATTR)) in xrep_is_tempfile()
/linux/fs/cachefiles/
H A Dcache.c66 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_add_cache()
H A Dnamei.c180 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/linux/include/linux/
H A Dfs.h765 unsigned short i_opflags; member
951 VFS_WARN_ON_INODE(inode->i_opflags & IOP_CACHED_LINK, inode); in inode_set_cached_link()
954 inode->i_opflags |= IOP_CACHED_LINK; in inode_set_cached_link()
2329 return inode->i_opflags & IOP_MGTIME; in is_mgtime()
/linux/fs/
H A Dnamei.c581 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
587 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
692 if (unlikely(!(inode->i_opflags & (IOP_FASTPERM | IOP_FASTPERM_MAY_EXEC)))) in lookup_inode_permission_may_exec()
6402 if (inode->i_opflags & IOP_CACHED_LINK) in vfs_readlink()
6405 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
6413 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
/linux/fs/ecryptfs/
H A Dcrypto.c993 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/linux/security/smack/
H A Dsmack_lsm.c291 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3673 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/linux/security/selinux/
H A Dhooks.c531 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_check_xattr_support()
1477 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1573 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/linux/fs/btrfs/
H A Dinode.c6006 inode->vfs_inode.i_opflags |= IOP_FASTPERM_MAY_EXEC; in btrfs_iget()
6035 vfs_inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()
6993 inode->i_opflags |= IOP_FASTPERM_MAY_EXEC; in btrfs_create_common()