Lines Matching refs:born
535 bool born; in grab_super() local
539 born = super_lock_excl(s); in grab_super()
540 if (born && atomic_inc_not_zero(&s->s_active)) { in grab_super()
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
1059 born = super_lock(sb, excl); in user_get_super()
1060 if (born && sb->s_root) in user_get_super()
1173 bool born = super_lock_excl(sb); in do_emergency_remount_callback() local
1175 if (born && sb->s_root && sb->s_bdev && !sb_rdonly(sb)) { in do_emergency_remount_callback()
1209 bool born = super_lock_excl(sb); in do_thaw_all_callback() local
1211 if (born && sb->s_root) { in do_thaw_all_callback()
1431 bool born = super_lock_shared(sb); in super_lock_shared_active() local
1433 if (!born || !sb->s_root || !(sb->s_flags & SB_ACTIVE)) { in super_lock_shared_active()