Home
last modified time | relevance | path

Searched refs:VFS_WARN_ON_ONCE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dvfsdebug.h14 #define VFS_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
37 #define VFS_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
/linux-6.15/fs/
H A Dfile.c1201 VFS_WARN_ON_ONCE((file_count(file) > 1) && in file_seek_cur_needs_f_lock()
H A Dnamespace.c2368 VFS_WARN_ON_ONCE(mnt_ns == MNT_NS_INTERNAL); in must_dissolve()
2414 VFS_WARN_ON_ONCE(!mnt_ns_empty(ns)); in dissolve_on_fput()
3733 VFS_WARN_ON_ONCE(!mnt_ns_empty(ns)); in do_move_mount()