Searched refs:qs (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/ocfs2/cluster/ |
D | quorum.c | 109 struct o2quo_state *qs = &o2quo_state; in o2quo_make_decision() local 111 spin_lock(&qs->qs_lock); in o2quo_make_decision() 113 lowest_hb = find_first_bit(qs->qs_hb_bm, O2NM_MAX_NODES); in o2quo_make_decision() 115 lowest_reachable = test_bit(lowest_hb, qs->qs_conn_bm); in o2quo_make_decision() 118 "lowest: %d (%sreachable)\n", qs->qs_heartbeating, in o2quo_make_decision() 119 qs->qs_connected, lowest_hb, lowest_reachable ? "" : "un"); in o2quo_make_decision() 121 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) || in o2quo_make_decision() 122 qs->qs_heartbeating == 1) in o2quo_make_decision() 125 if (qs->qs_heartbeating & 1) { in o2quo_make_decision() 128 quorum = (qs->qs_heartbeating + 1)/2; in o2quo_make_decision() [all …]
|
/linux-4.19.296/fs/qnx4/ |
D | inode.c | 45 struct qnx4_sb_info *qs; in qnx4_remount() local 48 qs = qnx4_sb(sb); in qnx4_remount() 49 qs->Version = QNX4_VERSION; in qnx4_remount() 191 struct qnx4_sb_info *qs; in qnx4_fill_super() local 193 qs = kzalloc(sizeof(struct qnx4_sb_info), GFP_KERNEL); in qnx4_fill_super() 194 if (!qs) in qnx4_fill_super() 196 s->s_fs_info = qs; in qnx4_fill_super() 238 struct qnx4_sb_info *qs = qnx4_sb(sb); in qnx4_kill_sb() local 240 if (qs) { in qnx4_kill_sb() 241 kfree(qs->BitMap); in qnx4_kill_sb() [all …]
|
/linux-4.19.296/fs/qnx6/ |
D | inode.c | 304 struct qnx6_sb_info *qs; in qnx6_fill_super() local 309 qs = kzalloc(sizeof(struct qnx6_sb_info), GFP_KERNEL); in qnx6_fill_super() 310 if (!qs) in qnx6_fill_super() 312 s->s_fs_info = qs; in qnx6_fill_super() 477 kfree(qs); in qnx6_fill_super() 484 struct qnx6_sb_info *qs = QNX6_SB(sb); in qnx6_put_super() local 485 brelse(qs->sb_buf); in qnx6_put_super() 486 iput(qs->longfile); in qnx6_put_super() 487 iput(qs->inodes); in qnx6_put_super() 488 kfree(qs); in qnx6_put_super()
|
/linux-4.19.296/include/uapi/sound/ |
D | hdspm.h | 40 qs enumerator
|
/linux-4.19.296/drivers/s390/cio/ |
D | qdio.h | 97 : [ccq] "+&d" (_ccq), [qs] "+&d" (_queuestart) in do_sqbs() 116 : [ccq] "+&d" (_ccq), [qs] "+&d" (_queuestart), in do_eqbs()
|