/kernel/linux/linux-5.10/fs/gfs2/ |
D | glock.h | 128 void (*lm_put_lock) (struct gfs2_glock *gl); 129 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, 131 void (*lm_cancel) (struct gfs2_glock *gl); 136 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me() 157 static inline int gfs2_glock_is_held_excl(struct gfs2_glock *gl) in gfs2_glock_is_held_excl() 162 static inline int gfs2_glock_is_held_dfrd(struct gfs2_glock *gl) in gfs2_glock_is_held_dfrd() 167 static inline int gfs2_glock_is_held_shrd(struct gfs2_glock *gl) in gfs2_glock_is_held_shrd() 172 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) in gfs2_glock2aspace() 181 int create, struct gfs2_glock **glp); 182 extern void gfs2_glock_hold(struct gfs2_glock *gl); [all …]
|
D | glock.c | 54 struct gfs2_glock *gl; /* current glock struct */ 58 typedef void (*glock_examiner) (struct gfs2_glock * gl); 60 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target); 75 .key_offset = offsetof(struct gfs2_glock, gl_name), 76 .head_offset = offsetof(struct gfs2_glock, gl_node), 116 static void wake_up_glock(struct gfs2_glock *gl) in wake_up_glock() 126 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu); in gfs2_glock_dealloc() 148 static bool glock_blocked_by_withdraw(struct gfs2_glock *gl) in glock_blocked_by_withdraw() 162 void gfs2_glock_free(struct gfs2_glock *gl) in gfs2_glock_free() 181 void gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold() [all …]
|
D | incore.h | 30 struct gfs2_glock; 37 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret); 102 struct gfs2_glock *rd_gl; /* Glock for this rgrp */ 165 struct gfs2_glock *bd_gl; 241 int (*go_sync) (struct gfs2_glock *gl); 242 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh); 243 void (*go_inval) (struct gfs2_glock *gl, int flags); 244 int (*go_demote_ok) (const struct gfs2_glock *gl); 246 void (*go_dump)(struct seq_file *seq, struct gfs2_glock *gl, 248 void (*go_callback)(struct gfs2_glock *gl, bool remote); [all …]
|
D | glops.c | 34 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh) in gfs2_ail_error() 56 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() 85 static int gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl() 145 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() 173 static int gfs2_rgrp_metasync(struct gfs2_glock *gl) in gfs2_rgrp_metasync() 201 static int rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync() 230 static void rgrp_go_inval(struct gfs2_glock *gl, int flags) in rgrp_go_inval() 245 static void gfs2_rgrp_go_dump(struct seq_file *seq, struct gfs2_glock *gl, in gfs2_rgrp_go_dump() 254 static struct gfs2_inode *gfs2_glock2inode(struct gfs2_glock *gl) in gfs2_glock2inode() 266 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp() [all …]
|
D | meta_io.h | 44 return (((struct gfs2_glock *)mapping) - 1)->gl_name.ln_sbd; in gfs2_mapping2sbd() 51 extern struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno); 52 extern int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, 55 extern struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, 73 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
|
D | trans.h | 13 struct gfs2_glock; 41 extern void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh); 42 extern void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh);
|
D | glops.h | 25 extern int gfs2_inode_metasync(struct gfs2_glock *gl); 26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
D | main.c | 53 struct gfs2_glock *gl = foo; in gfs2_init_glock_once() 65 struct gfs2_glock *gl = foo; in gfs2_init_gl_aspace_once() 100 sizeof(struct gfs2_glock), in init_gfs2_fs() 107 sizeof(struct gfs2_glock) + in init_gfs2_fs()
|
D | log.h | 72 extern void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, 80 extern void gfs2_glock_remove_revoke(struct gfs2_glock *gl);
|
D | meta_io.c | 110 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() 178 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() 247 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read() 478 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_indirect_buffer() 506 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
|
D | trans.c | 128 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl, in gfs2_alloc_bufdata() 157 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data() 194 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta()
|
D | lock_dlm.c | 72 static inline void gfs2_update_reply_times(struct gfs2_glock *gl) in gfs2_update_reply_times() 99 static inline void gfs2_update_request_times(struct gfs2_glock *gl) in gfs2_update_request_times() 118 struct gfs2_glock *gl = arg; in gdlm_ast() 169 struct gfs2_glock *gl = arg; in gdlm_bast() 206 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags() 254 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() 283 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock() 322 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
|
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), 260 TP_PROTO(const struct gfs2_glock *gl, s64 tdiff),
|
D | lops.c | 73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space() 119 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin() 761 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements() 884 struct gfs2_glock *gl; in revoke_lo_after_commit() 992 struct gfs2_glock *gl = ip->i_gl; in databuf_lo_scan_elements()
|
D | super.c | 139 struct gfs2_glock *j_gl = ip->i_gl; in gfs2_make_fs_rw() 970 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 983 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1114 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() 1182 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually() 1450 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
|
D | util.c | 121 struct gfs2_glock *live_gl = sdp->sd_live_gh.gh_gl; in signal_our_withdraw() 124 struct gfs2_glock *i_gl; in signal_our_withdraw()
|
D | log.c | 96 struct gfs2_glock *gl = NULL; in gfs2_ail1_start_one() 679 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke() 692 void gfs2_glock_remove_revoke(struct gfs2_glock *gl) in gfs2_glock_remove_revoke() 960 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, u32 flags) in gfs2_log_flush()
|
D | rgrp.c | 704 struct gfs2_glock *gl; in gfs2_clear_rgrpd() 1020 struct gfs2_glock *gl = ip->i_gl; in gfs2_rindex_update() 1168 struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_bh_get() 1808 struct gfs2_glock *gl; in try_rgrp_unlink() 1887 const struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_congested() 1980 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire()
|
D | inode.c | 131 struct gfs2_glock *io_gl = NULL; in gfs2_inode_lookup() 608 struct gfs2_glock *io_gl = NULL; in gfs2_create_inode() 868 struct gfs2_glock *gl; in __gfs2_lookup() 2124 struct gfs2_glock *gl = ip->i_gl; in gfs2_update_time()
|
D | recovery.c | 36 struct gfs2_glock *gl = ip->i_gl; in gfs2_replay_read_block()
|
D | sys.c | 229 struct gfs2_glock *gl; in demote_rq_store()
|
D | bmap.c | 299 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra() 610 struct gfs2_glock *gl, unsigned int i, in gfs2_indirect_init()
|
D | file.c | 1278 struct gfs2_glock *gl; in do_flock()
|
D | dir.c | 1481 struct gfs2_glock *gl = ip->i_gl; in gfs2_dir_readahead()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | gfs2-glocks.rst | 8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
|