Symbol: VFS_WARN_ON_ONCE
fs/coredump.c
1071
VFS_WARN_ON_ONCE(cn->core_type != COREDUMP_PIPE);
fs/exec.c
118
VFS_WARN_ON_ONCE(IS_ANON_FILE(d_inode(path->dentry)) &&
fs/libfs.c
2271
VFS_WARN_ON_ONCE(path->dentry->d_fsdata != stashed);
fs/libfs.c
2272
VFS_WARN_ON_ONCE(d_inode(path->dentry)->i_private != data);
fs/namespace.c
1710
VFS_WARN_ON_ONCE(!mnt_ns_empty(ns));
fs/namespace.c
3112
VFS_WARN_ON_ONCE(old_ns_root->mnt.mnt_sb->s_type != &nullfs_fs_type);
fs/namespace.c
3853
VFS_WARN_ON_ONCE(copy_mount && !path_mounted(path));
fs/namespace.c
6161
VFS_WARN_ON_ONCE(real_mount(nullfs_mnt)->mnt_id != 1);
fs/namespace.c
6162
VFS_WARN_ON_ONCE(real_mount(mnt)->mnt_id != 2);
fs/nsfs.c
513
VFS_WARN_ON_ONCE(true);
fs/nsfs.c
554
VFS_WARN_ON_ONCE(ns->ns_id != fid->ns_id);
fs/pidfs.c
1104
VFS_WARN_ON_ONCE(!pid->attr);
fs/pidfs.c
149
VFS_WARN_ON_ONCE(ino < 1);
fs/pidfs.c
190
VFS_WARN_ON_ONCE(pid->stashed);
fs/pidfs.c
725
VFS_WARN_ON_ONCE(!attr);
fs/pidfs.c
726
VFS_WARN_ON_ONCE(attr == PIDFS_PID_DEAD);
fs/pidfs.c
732
VFS_WARN_ON_ONCE(attr->coredump_mask & PIDFD_COREDUMP_SKIP);
fs/pidfs.c
872
VFS_WARN_ON_ONCE(!pid->attr);
fs/pidfs.c
986
VFS_WARN_ON_ONCE(stashed != &pid->stashed);
include/linux/file.h
227
VFS_WARN_ON_ONCE(fdp->err); \
include/linux/file.h
228
VFS_WARN_ON_ONCE(fdp->__fd < 0); \
include/linux/file.h
229
VFS_WARN_ON_ONCE(IS_ERR_OR_NULL(fdp->__file)); \
include/linux/fscrypt.h
212
VFS_WARN_ON_ONCE(inode->i_sb->s_cop->inode_info_offs == 0);
include/linux/fscrypt.h
228
VFS_WARN_ON_ONCE(ci == NULL);
include/linux/ns_common.h
100
VFS_WARN_ON_ONCE(__ns_ref_read(ns) != 1);
include/linux/ns_common.h
101
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns) != 1);
include/linux/ns_common.h
111
VFS_WARN_ON_ONCE(__ns_ref_read(ns) != 1);
include/linux/ns_common.h
112
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns) != 1);
include/linux/ns_common.h
139
VFS_WARN_ON_ONCE(is_ns_init_id(ns));
include/linux/ns_common.h
18
VFS_WARN_ON_ONCE(ns->inum == 0);
include/linux/ns_common.h
25
VFS_WARN_ON_ONCE(ns->ns_id == 0);
include/linux/ns_common.h
73
VFS_WARN_ON_ONCE(__ns_ref_read(ns) != 1);
include/linux/ns_common.h
74
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns) != 1);
include/linux/ns_common.h
78
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns));
include/linux/ns_common.h
87
VFS_WARN_ON_ONCE(__ns_ref_read(ns) != 1);
include/linux/ns_common.h
88
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns) != 1);
include/linux/ns_common.h
93
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns));
kernel/nscommon.c
103
VFS_WARN_ON_ONCE(!ns->ops->owner);
kernel/nscommon.c
105
VFS_WARN_ON_ONCE(!owner && ns != to_ns_common(&init_user_ns));
kernel/nscommon.c
16
VFS_WARN_ON_ONCE(ops != &cgroupns_operations);
kernel/nscommon.c
171
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns) < 0);
kernel/nscommon.c
175
VFS_WARN_ON_ONCE(is_ns_init_id(ns));
kernel/nscommon.c
176
VFS_WARN_ON_ONCE(!__ns_ref_read(ns));
kernel/nscommon.c
182
VFS_WARN_ON_ONCE(is_ns_init_id(ns));
kernel/nscommon.c
184
VFS_WARN_ON_ONCE(__ns_ref_active_read(ns) < 0);
kernel/nscommon.c
21
VFS_WARN_ON_ONCE(ops != &ipcns_operations);
kernel/nscommon.c
25
VFS_WARN_ON_ONCE(ops != &mntns_operations);
kernel/nscommon.c
29
VFS_WARN_ON_ONCE(ops != &netns_operations);
kernel/nscommon.c
292
VFS_WARN_ON_ONCE(prev < 0);
kernel/nscommon.c
305
VFS_WARN_ON_ONCE(is_ns_init_id(ns));
kernel/nscommon.c
307
VFS_WARN_ON_ONCE(prev < 0);
kernel/nscommon.c
34
VFS_WARN_ON_ONCE(ops != &pidns_operations);
kernel/nscommon.c
39
VFS_WARN_ON_ONCE(ops != &timens_operations);
kernel/nscommon.c
44
VFS_WARN_ON_ONCE(ops != &userns_operations);
kernel/nscommon.c
49
VFS_WARN_ON_ONCE(ops != &utsns_operations);
kernel/nstree.c
202
VFS_WARN_ON_ONCE(!ns->ns_id);
kernel/nstree.c
216
VFS_WARN_ON_ONCE(!ops->owner);
kernel/nstree.c
220
VFS_WARN_ON_ONCE(owner->ns_type != CLONE_NEWUSER);
kernel/nstree.c
226
VFS_WARN_ON_ONCE(ns != to_ns_common(&init_user_ns));
kernel/nstree.c
230
VFS_WARN_ON_ONCE(node);
kernel/nstree.c
238
VFS_WARN_ON_ONCE(ns_tree_node_empty(&ns->ns_tree_node));
kernel/nstree.c
239
VFS_WARN_ON_ONCE(list_empty(&ns->ns_tree_node.ns_list_entry));
kernel/nstree.c
470
VFS_WARN_ON_ONCE(owner->ns_type != CLONE_NEWUSER);
kernel/nstree.c
559
VFS_WARN_ON_ONCE(!kls->user_ns_id);