/linux-4.1.27/fs/gfs2/ |
D | glock.h | 138 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me() 140 struct gfs2_holder *gh; in gfs2_glock_is_locked_by_me() 186 unsigned 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 void gfs2_glock_dq(struct gfs2_holder *gh); 194 extern void gfs2_glock_dq_wait(struct gfs2_holder *gh); [all …]
|
D | incore.h | 31 struct gfs2_holder; 217 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh); 220 int (*go_lock) (struct gfs2_holder *gh); 221 void (*go_unlock) (struct gfs2_holder *gh); 253 struct gfs2_holder { struct 282 struct gfs2_holder rs_rgd_gh; /* Filled in by get_local_rgrp */ argument 290 struct gfs2_holder rs_qa_qd_ghs[2 * GFS2_MAXQUOTAS]; 391 struct gfs2_holder i_iopen_gh; 392 struct gfs2_holder i_gh; /* for prepare/commit_write only */ 422 struct gfs2_holder f_fl_gh; [all …]
|
D | glock.c | 62 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target); 249 static inline int may_grant(const struct gfs2_glock *gl, const struct gfs2_holder *gh) in may_grant() 251 …const struct gfs2_holder *gh_head = list_entry(gl->gl_holders.next, const struct gfs2_holder, gh_l… in may_grant() 270 static void gfs2_holder_wake(struct gfs2_holder *gh) in gfs2_holder_wake() 284 struct gfs2_holder *gh, *tmp; in do_error() 314 struct gfs2_holder *gh, *tmp; in do_promote() 360 static inline struct gfs2_holder *find_first_waiter(const struct gfs2_glock *gl) in find_first_waiter() 362 struct gfs2_holder *gh; in find_first_waiter() 421 struct gfs2_holder *gh; in finish_xmote() 504 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target) in do_xmote() [all …]
|
D | rgrp.h | 27 struct gfs2_holder; 38 extern int gfs2_rgrp_go_lock(struct gfs2_holder *gh); 39 extern void gfs2_rgrp_go_unlock(struct gfs2_holder *gh); 65 struct gfs2_holder *rl_ghs;
|
D | file.c | 59 struct gfs2_holder i_gh; in gfs2_llseek() 96 struct gfs2_holder d_gh; in gfs2_readdir() 156 struct gfs2_holder gh; in gfs2_get_flags() 218 struct gfs2_holder gh; in do_gfs2_set_flags() 391 struct gfs2_holder gh; in gfs2_page_mkwrite() 520 struct gfs2_holder i_gh; in gfs2_mmap() 588 struct gfs2_holder i_gh; in gfs2_open() 713 struct gfs2_holder gh; in gfs2_file_write_iter() 917 struct gfs2_holder gh; in gfs2_fallocate() 1017 struct gfs2_holder *fl_gh = &fp->f_fl_gh; in do_flock() [all …]
|
D | super.c | 403 struct gfs2_holder freeze_gh; in gfs2_make_fs_rw() 476 struct gfs2_holder gh; in gfs2_statfs_init() 580 struct gfs2_holder gh; in gfs2_statfs_sync() 629 struct gfs2_holder gh; 643 struct gfs2_holder *freeze_gh) in gfs2_lock_fs_check_clean() 780 struct gfs2_holder gh; in gfs2_dirty_inode() 830 struct gfs2_holder freeze_gh; in gfs2_make_fs_ro() 948 struct gfs2_holder freeze_gh; in gfs2_freeze_func() 1075 struct gfs2_holder *gha, *gh; in gfs2_statfs_slow() 1082 gha = kcalloc(slots, sizeof(struct gfs2_holder), GFP_KERNEL); in gfs2_statfs_slow() [all …]
|
D | inode.c | 210 struct gfs2_holder i_gh; in gfs2_lookup_by_inum() 288 struct gfs2_holder d_gh; in gfs2_lookupi() 591 struct gfs2_holder ghs[2]; in gfs2_create_inode() 833 struct gfs2_holder gh; in __gfs2_lookup() 893 struct gfs2_holder ghs[2]; in gfs2_link() 1096 struct gfs2_holder ghs[3]; in gfs2_unlink() 1327 struct gfs2_holder ghs[5], r_gh = { .gh_gl = NULL, }; in gfs2_rename() 1554 struct gfs2_holder i_gh; in gfs2_follow_link() 1609 struct gfs2_holder i_gh; in gfs2_permission() 1747 struct gfs2_holder i_gh; in gfs2_setattr() [all …]
|
D | glops.c | 277 struct gfs2_holder *gh; in inode_go_demote_ok() 283 gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list); in inode_go_demote_ok() 408 static int inode_go_lock(struct gfs2_holder *gh) in inode_go_lock() 493 static int freeze_go_xmote_bh(struct gfs2_glock *gl, struct gfs2_holder *gh) in freeze_go_xmote_bh()
|
D | dentry.c | 42 struct gfs2_holder d_gh; in gfs2_drevalidate()
|
D | quota.c | 797 struct gfs2_holder *ghs, i_gh; in do_sync() 812 ghs = kcalloc(num_qd, sizeof(struct gfs2_holder), GFP_NOFS); in do_sync() 914 struct gfs2_holder *q_gh) in do_glock() 918 struct gfs2_holder i_gh; in do_glock() 1196 unsigned int max_qd = PAGE_SIZE/sizeof(struct gfs2_holder); in gfs2_quota_sync() 1241 struct gfs2_holder q_gh; in gfs2_quota_refresh() 1534 struct gfs2_holder q_gh; in gfs2_get_dqblk() 1573 struct gfs2_holder q_gh, i_gh; in gfs2_set_dqblk()
|
D | ops_fstype.c | 392 static int init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, in init_locking() 471 struct gfs2_holder sb_gh; in init_sb() 545 static int gfs2_jindex_hold(struct gfs2_sbd *sdp, struct gfs2_holder *ji_gh) in gfs2_jindex_hold() 616 struct gfs2_holder j_gh; in check_journal_clean() 651 struct gfs2_holder ji_gh; in init_journal() 1050 struct gfs2_holder mount_gh; in fill_super()
|
D | aops.c | 528 struct gfs2_holder gh; in gfs2_readpage() 609 struct gfs2_holder gh; in gfs2_readpages() 948 struct gfs2_holder i_gh; in gfs2_bmap() 1048 struct gfs2_holder gh; in gfs2_direct_IO()
|
D | export.c | 98 struct gfs2_holder gh; in gfs2_get_name()
|
D | trace_gfs2.h | 199 TP_PROTO(const struct gfs2_holder *gh, int first), 229 TP_PROTO(const struct gfs2_holder *gh, int queue),
|
D | rgrp.c | 1033 struct gfs2_holder ri_gh; in gfs2_rindex_update() 1236 int gfs2_rgrp_go_lock(struct gfs2_holder *gh) in gfs2_rgrp_go_lock() 1252 void gfs2_rgrp_go_unlock(struct gfs2_holder *gh) in gfs2_rgrp_go_unlock() 1350 struct gfs2_holder gh; in gfs2_fitrim() 2506 struct gfs2_holder rgd_gh; in gfs2_check_blk_type() 2596 rlist->rl_ghs = kcalloc(rlist->rl_rgrps, sizeof(struct gfs2_holder), in gfs2_rlist_alloc()
|
D | xattr.c | 232 struct gfs2_holder rg_gh; in ea_dealloc_unstuffed() 425 struct gfs2_holder i_gh; in gfs2_listxattr() 1410 struct gfs2_holder gh; in ea_dealloc_block()
|
D | recovery.c | 457 struct gfs2_holder j_gh, ji_gh, thaw_gh; in gfs2_recover_func()
|