Searched refs:IOP_XATTR (Results 1 - 17 of 17) 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) {
470 * ACLs as well. Since POSIX ACLs are decoupled from IOP_XATTR the
475 * However, since all codepaths that remove IOP_XATTR also assign of
H A Dlibfs.c1719 inode->i_opflags &= ~IOP_XATTR;
H A Dinode.c173 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.h622 #define IOP_XATTR 0x0008 macro
/linux-master/fs/btrfs/
H A Dinode.c5676 inode->i_opflags &= ~IOP_XATTR;

Completed in 676 milliseconds