| /linux/fs/gfs2/ |
| A D | glock.h | 127 void (*lm_put_lock) (struct gfs2_glock *gl); 130 void (*lm_cancel) (struct gfs2_glock *gl); 135 struct gfs2_glock glock; 172 int create, struct gfs2_glock **glp); 173 struct gfs2_glock *gfs2_glock_hold(struct gfs2_glock *gl); 174 void gfs2_glock_put(struct gfs2_glock *gl); 175 void gfs2_glock_put_async(struct gfs2_glock *gl); 247 bool gfs2_queue_try_to_evict(struct gfs2_glock *gl); 248 void gfs2_cancel_delete_work(struct gfs2_glock *gl); 253 void gfs2_glock_free(struct gfs2_glock *gl); [all …]
|
| A D | glock.c | 129 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu); in gfs2_glock_dealloc() 198 struct gfs2_glock *gl; in gfs2_free_dead_glocks() 212 struct gfs2_glock *gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold() 1029 struct gfs2_glock *gl = container_of(dwork, struct gfs2_glock, gl_delete); in delete_work_func() 1082 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func() 1132 struct gfs2_glock *gl; in find_insert_glock() 1178 struct gfs2_glock **glp) in gfs2_glock_get() 1768 struct gfs2_glock *gl; in gfs2_glock_nq_num() 2012 struct gfs2_glock *gl; in gfs2_dispose_glock_lru() 2099 struct gfs2_glock *gl; in glock_hash_walk() [all …]
|
| A D | incore.h | 31 struct gfs2_glock; 142 struct gfs2_glock *bd_gl; 218 int (*go_sync) (struct gfs2_glock *gl); 219 int (*go_xmote_bh)(struct gfs2_glock *gl); 260 struct gfs2_glock *gh_gl; 335 struct gfs2_glock { struct 389 struct gfs2_glock *i_gl; argument 459 struct gfs2_glock *qd_gl; 715 struct gfs2_glock *sd_rename_gl; 716 struct gfs2_glock *sd_freeze_gl; [all …]
|
| A D | glops.c | 91 static int gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl() 144 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() 168 static int gfs2_rgrp_metasync(struct gfs2_glock *gl) in gfs2_rgrp_metasync() 196 static int rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync() 288 int gfs2_inode_metasync(struct gfs2_glock *gl) in gfs2_inode_metasync() 306 static int inode_go_sync(struct gfs2_glock *gl) in inode_go_sync() 494 static int inode_go_instantiate(struct gfs2_glock *gl) in inode_go_instantiate() 506 struct gfs2_glock *gl = gh->gh_gl; in inode_go_held() 586 static int freeze_go_xmote_bh(struct gfs2_glock *gl) in freeze_go_xmote_bh() 590 struct gfs2_glock *j_gl = ip->i_gl; in freeze_go_xmote_bh() [all …]
|
| A D | meta_io.h | 53 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno); 54 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, 57 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, 75 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
|
| A D | trans.h | 13 struct gfs2_glock; 44 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh); 45 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh);
|
| A D | glops.h | 25 int gfs2_inode_metasync(struct gfs2_glock *gl); 26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
| A D | log.h | 86 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, 94 void gfs2_glock_remove_revoke(struct gfs2_glock *gl);
|
| A D | meta_io.c | 124 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() 191 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() 258 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read() 491 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer() 518 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
|
| A D | main.c | 52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once() 98 sizeof(struct gfs2_glock), in init_gfs2_fs()
|
| A D | lock_dlm.c | 75 static inline void gfs2_update_reply_times(struct gfs2_glock *gl) in gfs2_update_reply_times() 102 static inline void gfs2_update_request_times(struct gfs2_glock *gl) in gfs2_update_request_times() 121 struct gfs2_glock *gl = arg; in gdlm_ast() 187 struct gfs2_glock *gl = arg; in gdlm_bast() 227 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags() 270 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() 306 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock() 358 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
|
| A D | trans.c | 163 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl, in gfs2_alloc_bufdata() 192 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data() 229 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta()
|
| A D | trace_gfs2.h | 92 TP_PROTO(const struct gfs2_glock *gl, unsigned int new_state), 131 TP_PROTO(const struct gfs2_glock *gl), 163 TP_PROTO(const struct gfs2_glock *gl, bool remote), 257 TP_PROTO(const struct gfs2_glock *gl, s64 tdiff),
|
| A D | rgrp.h | 34 int gfs2_rgrp_go_instantiate(struct gfs2_glock *gl);
|
| A D | lops.c | 73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space() 122 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin() 784 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements() 894 struct gfs2_glock *gl; in gfs2_drain_revokes() 1008 struct gfs2_glock *gl = ip->i_gl; in databuf_lo_scan_elements()
|
| A D | super.c | 136 struct gfs2_glock *j_gl = ip->i_gl; in gfs2_make_fs_rw() 1032 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1045 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1179 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() 1252 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually() 1516 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
|
| A D | util.c | 120 struct gfs2_glock *live_gl = sdp->sd_live_gh.gh_gl; in signal_our_withdraw() 123 struct gfs2_glock *i_gl; in signal_our_withdraw()
|
| A D | log.c | 97 struct gfs2_glock *gl = NULL; in gfs2_ail1_start_one() 764 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke() 777 void gfs2_glock_remove_revoke(struct gfs2_glock *gl) in gfs2_glock_remove_revoke() 1032 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, u32 flags) in gfs2_log_flush()
|
| A D | inode.c | 132 struct gfs2_glock *io_gl; in gfs2_inode_lookup() 631 struct gfs2_glock *io_gl; in gfs2_create_inode() 893 struct gfs2_glock *gl; in __gfs2_lookup() 1874 struct gfs2_glock *gl; in gfs2_permission() 2161 struct gfs2_glock *gl = ip->i_gl; in gfs2_update_time()
|
| A D | rgrp.c | 720 struct gfs2_glock *gl; in gfs2_clear_rgrpd() 1037 struct gfs2_glock *gl = ip->i_gl; in gfs2_rindex_update() 1199 int gfs2_rgrp_go_instantiate(struct gfs2_glock *gl) in gfs2_rgrp_go_instantiate() 1846 struct gfs2_glock *gl; in try_rgrp_unlink() 1925 const struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_congested() 2019 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire()
|
| A D | recovery.c | 36 struct gfs2_glock *gl = ip->i_gl; in gfs2_replay_read_block()
|
| A D | file.c | 1463 struct gfs2_glock *gl = gfs2_glock_hold(fl_gh->gh_gl); in __flock_holder_uninit() 1481 struct gfs2_glock *gl; in do_flock()
|
| A D | sys.c | 304 struct gfs2_glock *gl; in demote_rq_store()
|
| A D | bmap.c | 294 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra() 609 struct gfs2_glock *gl, unsigned int i, in gfs2_indirect_init()
|
| /linux/Documentation/filesystems/ |
| A D | gfs2-glocks.rst | 8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
|