Searched refs:i_opflags (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/
H A Dbad_inode.c213 inode->i_opflags &= ~IOP_XATTR;
H A Dxattr.c61 if (!(inode->i_opflags & IOP_XATTR)) {
167 if (!(inode->i_opflags & IOP_XATTR)) {
233 if (inode->i_opflags & IOP_XATTR) {
H A Ddcache.c1814 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) {
1818 inode->i_opflags |= IOP_LOOKUP;
1823 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) {
1828 inode->i_opflags |= IOP_NOFOLLOW;
H A Dinode.c171 inode->i_opflags = 0;
173 inode->i_opflags |= IOP_XATTR;
H A Dnamei.c453 * flag in inode->i_opflags, that says "this has not special
459 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) {
465 inode->i_opflags |= IOP_FASTPERM;
5120 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) {
5128 inode->i_opflags |= IOP_DEFAULT_READLINK;
H A Dlibfs.c1719 inode->i_opflags &= ~IOP_XATTR;
/linux-master/security/integrity/evm/
H A Devm_crypto.c235 if (!(inode->i_opflags & IOP_XATTR) ||
382 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) {
H A Devm_main.c138 if (!(inode->i_opflags & IOP_XATTR))
/linux-master/security/integrity/ima/
H A Dima_appraise.c492 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig)
644 || !(inode->i_opflags & IOP_XATTR))
/linux-master/fs/cachefiles/
H A Dcache.c65 !(d_backing_inode(root)->i_opflags & IOP_XATTR) ||
H A Dnamei.c175 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) ||
/linux-master/fs/ecryptfs/
H A Dinode.c1050 if (!(lower_inode->i_opflags & IOP_XATTR)) {
1069 if (!(lower_inode->i_opflags & IOP_XATTR)) {
1116 if (!(lower_inode->i_opflags & IOP_XATTR)) {
H A Dmmap.c413 if (!(lower_inode->i_opflags & IOP_XATTR)) {
H A Dcrypto.c1078 if (!(lower_inode->i_opflags & IOP_XATTR)) {
/linux-master/fs/reiserfs/
H A Dnamei.c1673 inode->i_opflags &= ~IOP_XATTR;
/linux-master/security/smack/
H A Dsmack_lsm.c299 if (!(ip->i_opflags & IOP_XATTR))
3581 if (!(inode->i_opflags & IOP_XATTR))
/linux-master/security/selinux/
H A Dhooks.c513 if (!(root_inode->i_opflags & IOP_XATTR)) {
1453 if (!(inode->i_opflags & IOP_XATTR)) {
1549 (inode->i_opflags & IOP_XATTR)) {
/linux-master/include/linux/
H A Dfs.h634 unsigned short i_opflags; member in struct:inode
/linux-master/fs/btrfs/
H A Dinode.c5676 inode->i_opflags &= ~IOP_XATTR;

Completed in 1307 milliseconds