PATH_IS_DIR 333 security/apparmor/file.c flags |= PATH_DELEGATE_DELETED | (S_ISDIR(cond->mode) ? PATH_IS_DIR : PATH_IS_DIR 526 security/apparmor/file.c flags = PATH_DELEGATE_DELETED | (S_ISDIR(cond.mode) ? PATH_IS_DIR : 0); PATH_IS_DIR 298 security/apparmor/mount.c (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); PATH_IS_DIR 94 security/apparmor/path.c int isdir = (flags & PATH_IS_DIR) ? 1 : 0;