Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Dsuper.c535 bool born; in __releases() local
539 born = super_lock_excl(s); in __releases()
540 if (born && atomic_inc_not_zero(&s->s_active)) { in __releases()
961 bool born; in iterate_supers() local
966 born = super_lock_shared(sb); in iterate_supers()
967 if (born && sb->s_root) in iterate_supers()
997 bool born; in iterate_supers_type() local
1002 born = super_lock_shared(sb); in iterate_supers_type()
1003 if (born && sb->s_root) in iterate_supers_type()
1054 bool born; in user_get_super() local
1173 bool born = super_lock_excl(sb); do_emergency_remount_callback() local
1209 bool born = super_lock_excl(sb); do_thaw_all_callback() local
1431 bool born = super_lock_shared(sb); super_lock_shared_active() local
[all...]

Completed in 3 milliseconds