Home
last modified time | relevance | path

Searched refs:gfs2_glock (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/fs/gfs2/
H A Dglock.h127 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);
249 void gfs2_cancel_delete_work(struct gfs2_glock *gl);
254 void gfs2_glock_free(struct gfs2_glock *gl);
[all …]
H A Dglock.c129 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()
1041 struct gfs2_glock *gl = container_of(dwork, struct gfs2_glock, gl_delete); in delete_work_func()
1071 struct gfs2_glock *gl = container_of(work, struct gfs2_glock, gl_work.work); in glock_work_func()
1121 struct gfs2_glock *gl; in find_insert_glock()
1167 struct gfs2_glock **glp) in gfs2_glock_get()
1743 struct gfs2_glock *gl; in gfs2_glock_nq_num()
1988 struct gfs2_glock *gl; in gfs2_dispose_glock_lru()
2075 struct gfs2_glock *gl; in glock_hash_walk()
[all …]
H A Dincore.h31 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;
338 struct gfs2_glock { struct
391 struct gfs2_glock *i_gl; argument
461 struct gfs2_glock *qd_gl;
717 struct gfs2_glock *sd_rename_gl;
718 struct gfs2_glock *sd_freeze_gl;
[all …]
H A Dglops.c91 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()
497 struct gfs2_glock *io_gl; in inode_go_instantiate()
513 struct gfs2_glock *gl = gh->gh_gl; in inode_go_held()
593 static int freeze_go_xmote_bh(struct gfs2_glock *gl) in freeze_go_xmote_bh()
597 struct gfs2_glock *j_gl = ip->i_gl; in freeze_go_xmote_bh()
[all …]
H A Dmeta_io.h53 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);
H A Dtrans.h13 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);
H A Dglops.h25 int gfs2_inode_metasync(struct gfs2_glock *gl);
26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
H A Dlog.h86 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl,
94 void gfs2_glock_remove_revoke(struct gfs2_glock *gl);
H A Dmeta_io.c124 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()
257 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read()
490 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer()
517 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
H A Dmain.c52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once()
97 sizeof(struct gfs2_glock), in init_gfs2_fs()
H A Dlock_dlm.c75 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()
240 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags()
290 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock()
327 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock()
379 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
H A Dtrans.c163 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()
H A Dsuper.c136 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()
1494 struct gfs2_glock *io_gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1525 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
H A Dtrace_gfs2.h100 TP_PROTO(const struct gfs2_glock *gl, unsigned int new_state),
139 TP_PROTO(const struct gfs2_glock *gl),
171 TP_PROTO(const struct gfs2_glock *gl, bool remote),
265 TP_PROTO(const struct gfs2_glock *gl, s64 tdiff),
H A Drgrp.h34 int gfs2_rgrp_go_instantiate(struct gfs2_glock *gl);
H A Dlops.c73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space()
122 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin()
782 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements()
892 struct gfs2_glock *gl; in gfs2_drain_revokes()
1006 struct gfs2_glock *gl = ip->i_gl; in databuf_lo_scan_elements()
H A Dutil.c120 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()
H A Dlog.c97 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()
H A Dinode.c132 struct gfs2_glock *io_gl; in gfs2_inode_lookup()
631 struct gfs2_glock *io_gl; in gfs2_create_inode()
894 struct gfs2_glock *gl; in __gfs2_lookup()
1876 struct gfs2_glock *gl; in gfs2_permission()
2163 struct gfs2_glock *gl = ip->i_gl; in gfs2_update_time()
H A Drgrp.c720 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()
2017 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire()
H A Drecovery.c36 struct gfs2_glock *gl = ip->i_gl; in gfs2_replay_read_block()
H A Dfile.c1464 struct gfs2_glock *gl = gfs2_glock_hold(fl_gh->gh_gl); in __flock_holder_uninit()
1482 struct gfs2_glock *gl; in do_flock()
H A Dsys.c304 struct gfs2_glock *gl; in demote_rq_store()
H A Dbmap.c294 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-6.15/Documentation/filesystems/
H A Dgfs2-glocks.rst8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)

12