Home
last modified time | relevance | path

Searched refs:sd_jindex_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dsuper.c303 list_add(&list, &sdp->sd_jindex_list); in gfs2_jindex_free()
304 list_del_init(&sdp->sd_jindex_list); in gfs2_jindex_free()
340 jd = jdesc_find_i(&sdp->sd_jindex_list, jid); in gfs2_jdesc_find()
652 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_lock_fs_check_clean()
670 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_lock_fs_check_clean()
880 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_put_super()
Dincore.h734 struct list_head sd_jindex_list; member
Dops_fstype.c94 INIT_LIST_HEAD(&sdp->sd_jindex_list); in init_sbd()
597 list_add_tail(&jd->jd_list, &sdp->sd_jindex_list); in gfs2_jindex_hold()
Dsys.c445 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_recover_set()