| /Linux-v5.10/fs/gfs2/ |
| D | glock.h | 136 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me() 138 struct gfs2_holder *gh; in gfs2_glock_is_locked_by_me() 186 u16 flags, struct gfs2_holder *gh); 188 struct gfs2_holder *gh); 189 extern void gfs2_holder_uninit(struct gfs2_holder *gh); 190 extern int gfs2_glock_nq(struct gfs2_holder *gh); 191 extern int gfs2_glock_poll(struct gfs2_holder *gh); 192 extern int gfs2_glock_wait(struct gfs2_holder *gh); 193 extern int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs); 194 extern void gfs2_glock_dq(struct gfs2_holder *gh); [all …]
|
| D | incore.h | 29 struct gfs2_holder; 242 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh); 245 int (*go_lock) (struct gfs2_holder *gh); 282 struct gfs2_holder { struct 301 struct gfs2_holder qa_qd_ghs[2 * GFS2_MAXQUOTAS]; argument 412 struct gfs2_holder i_iopen_gh; 413 struct gfs2_holder i_gh; /* for prepare/commit_write only */ 415 struct gfs2_holder i_rgd_gh; 446 struct gfs2_holder f_fl_gh; 740 struct gfs2_holder sd_live_gh; [all …]
|
| D | glock.c | 60 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target); 313 static inline int may_grant(const struct gfs2_glock *gl, const struct gfs2_holder *gh) in may_grant() 315 …const struct gfs2_holder *gh_head = list_first_entry(&gl->gl_holders, const struct gfs2_holder, gh… in may_grant() 334 static void gfs2_holder_wake(struct gfs2_holder *gh) in gfs2_holder_wake() 353 struct gfs2_holder *gh, *tmp; in do_error() 383 struct gfs2_holder *gh, *tmp; in do_promote() 429 static inline struct gfs2_holder *find_first_waiter(const struct gfs2_glock *gl) in find_first_waiter() 431 struct gfs2_holder *gh; in find_first_waiter() 496 struct gfs2_holder *gh; in finish_xmote() 580 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target) in do_xmote() [all …]
|
| D | rgrp.h | 23 struct gfs2_holder; 34 extern int gfs2_rgrp_go_lock(struct gfs2_holder *gh); 62 struct gfs2_holder *rl_ghs;
|
| D | file.c | 59 struct gfs2_holder i_gh; in gfs2_llseek() 107 struct gfs2_holder d_gh; in gfs2_readdir() 160 struct gfs2_holder gh; in gfs2_get_flags() 223 struct gfs2_holder gh; in do_gfs2_set_flags() 454 struct gfs2_holder gh; in gfs2_page_mkwrite() 565 struct gfs2_holder gh; in gfs2_fault() 606 struct gfs2_holder i_gh; in gfs2_mmap() 684 struct gfs2_holder i_gh; in gfs2_open() 785 struct gfs2_holder *gh) in gfs2_file_direct_read() 810 struct gfs2_holder *gh) in gfs2_file_direct_write() [all …]
|
| D | super.c | 168 struct gfs2_holder freeze_gh; in gfs2_make_fs_rw() 249 struct gfs2_holder gh; in gfs2_statfs_init() 352 struct gfs2_holder gh; in gfs2_statfs_sync() 401 struct gfs2_holder gh; 562 struct gfs2_holder gh; in gfs2_dirty_inode() 614 struct gfs2_holder freeze_gh; in gfs2_make_fs_ro() 772 struct gfs2_holder freeze_gh; in gfs2_freeze_func() 897 struct gfs2_holder *gha, *gh; in gfs2_statfs_slow() 904 gha = kmalloc_array(slots, sizeof(struct gfs2_holder), GFP_KERNEL); in gfs2_statfs_slow() 1211 struct gfs2_holder gh; in gfs2_dinode_dealloc() [all …]
|
| D | acl.c | 63 struct gfs2_holder gh; in gfs2_get_acl() 112 struct gfs2_holder gh; in gfs2_set_acl()
|
| D | inode.c | 132 struct gfs2_holder i_gh; in gfs2_inode_lookup() 302 struct gfs2_holder d_gh; in gfs2_lookupi() 604 struct gfs2_holder ghs[2]; in gfs2_create_inode() 867 struct gfs2_holder gh; in __gfs2_lookup() 927 struct gfs2_holder ghs[2]; in gfs2_link() 1131 struct gfs2_holder ghs[3]; in gfs2_unlink() 1379 struct gfs2_holder ghs[4], r_gh, rd_gh; in gfs2_rename() 1623 struct gfs2_holder ghs[4], r_gh; in gfs2_exchange() 1781 struct gfs2_holder i_gh; in gfs2_get_link() 1839 struct gfs2_holder i_gh; in gfs2_permission() [all …]
|
| D | dentry.c | 39 struct gfs2_holder d_gh; in gfs2_drevalidate()
|
| D | quota.c | 878 struct gfs2_holder *ghs, i_gh; in do_sync() 893 ghs = kmalloc_array(num_qd, sizeof(struct gfs2_holder), GFP_NOFS); in do_sync() 1000 struct gfs2_holder *q_gh) in do_glock() 1004 struct gfs2_holder i_gh; in do_glock() 1285 unsigned int max_qd = PAGE_SIZE / sizeof(struct gfs2_holder); in gfs2_quota_sync() 1330 struct gfs2_holder q_gh; in gfs2_quota_refresh() 1629 struct gfs2_holder q_gh; in gfs2_get_dqblk() 1668 struct gfs2_holder q_gh, i_gh; in gfs2_set_dqblk()
|
| D | xattr.c | 230 struct gfs2_holder rg_gh; in ea_dealloc_unstuffed() 402 struct gfs2_holder i_gh; in gfs2_listxattr() 594 struct gfs2_holder gh; in gfs2_xattr_get() 1222 struct gfs2_holder gh; in gfs2_xattr_set() 1375 struct gfs2_holder gh; in ea_dealloc_block()
|
| D | ops_fstype.c | 394 static int init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, in init_locking() 474 struct gfs2_holder sb_gh; in init_sb() 548 static int gfs2_jindex_hold(struct gfs2_sbd *sdp, struct gfs2_holder *ji_gh) in gfs2_jindex_hold() 704 struct gfs2_holder ji_gh; in init_journal() 1086 struct gfs2_holder mount_gh; in gfs2_fill_super() 1199 struct gfs2_holder freeze_gh; in gfs2_fill_super()
|
| D | export.c | 95 struct gfs2_holder gh; in gfs2_get_name()
|
| D | glops.c | 497 static int inode_go_lock(struct gfs2_holder *gh) in inode_go_lock() 614 static int freeze_go_xmote_bh(struct gfs2_glock *gl, struct gfs2_holder *gh) in freeze_go_xmote_bh()
|
| D | trace_gfs2.h | 200 TP_PROTO(const struct gfs2_holder *gh, int first), 230 TP_PROTO(const struct gfs2_holder *gh, int queue),
|
| D | util.c | 54 struct gfs2_holder j_gh; in check_journal_clean()
|
| D | rgrp.c | 1019 struct gfs2_holder ri_gh; in gfs2_rindex_update() 1253 int gfs2_rgrp_go_lock(struct gfs2_holder *gh) in gfs2_rgrp_go_lock() 1365 struct gfs2_holder gh; in gfs2_fitrim() 2522 struct gfs2_holder rgd_gh; in gfs2_check_blk_type() 2633 sizeof(struct gfs2_holder), in gfs2_rlist_alloc()
|
| D | recovery.c | 408 struct gfs2_holder j_gh, ji_gh, thaw_gh; in gfs2_recover_func()
|
| D | aops.c | 642 struct gfs2_holder i_gh; in gfs2_bmap()
|
| D | bmap.c | 1499 static int sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, in sweep_bh_for_rgrps() 1763 struct gfs2_holder rd_gh; in punch_hole()
|