Searched refs:sd_jindex_list (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | super.c | 65 list_add(&list, &sdp->sd_jindex_list); in gfs2_jindex_free() 66 list_del_init(&sdp->sd_jindex_list); in gfs2_jindex_free() 101 jd = jdesc_find_i(&sdp->sd_jindex_list, jid); in gfs2_jdesc_find() 346 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_lock_fs_check_clean() 369 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_lock_fs_check_clean() 599 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_put_super()
|
H A D | ops_fstype.c | 100 INIT_LIST_HEAD(&sdp->sd_jindex_list); in init_sbd() 624 list_add_tail(&jd->jd_list, &sdp->sd_jindex_list); in gfs2_jindex_hold() 670 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in init_statfs()
|
H A D | incore.h | 757 struct list_head sd_jindex_list; member
|
H A D | sys.c | 520 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_recover_set()
|
H A D | lock_dlm.c | 609 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in remote_withdraw()
|