/kernel/linux/linux-5.10/fs/gfs2/ |
D | log.c | 48 unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct) in gfs2_struct2blk() 90 static int gfs2_ail1_start_one(struct gfs2_sbd *sdp, in gfs2_ail1_start_one() 145 static void dump_ail_list(struct gfs2_sbd *sdp) in dump_ail_list() 186 void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc) in gfs2_ail1_flush() 231 static void gfs2_ail1_start(struct gfs2_sbd *sdp) in gfs2_ail1_start() 252 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one() 305 static int gfs2_ail1_empty(struct gfs2_sbd *sdp, int max_revokes) in gfs2_ail1_empty() 329 static void gfs2_ail1_wait(struct gfs2_sbd *sdp) in gfs2_ail1_wait() 355 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr() 368 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty() [all …]
|
D | sys.c | 39 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_show() local 47 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_store() local 60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show() 66 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show() 71 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show() 81 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show() 89 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store() 119 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show() 125 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store() 145 static ssize_t statfs_sync_store(struct gfs2_sbd *sdp, const char *buf, in statfs_sync_store() [all …]
|
D | util.h | 30 #define gfs2_assert(sdp, assertion) \ argument 43 #define gfs2_assert_withdraw(sdp, assertion) \ argument 52 #define gfs2_assert_withdraw_delayed(sdp, assertion) \ argument 64 #define gfs2_assert_warn(sdp, assertion) \ argument 76 #define gfs2_consist(sdp) \ argument 98 static inline int gfs2_meta_check(struct gfs2_sbd *sdp, in gfs2_meta_check() 116 static inline int gfs2_metatype_check_i(struct gfs2_sbd *sdp, in gfs2_metatype_check_i() 134 #define gfs2_metatype_check(sdp, bh, type) \ argument 156 #define gfs2_io_error(sdp) \ argument 164 #define gfs2_io_error_bh_wd(sdp, bh) \ argument [all …]
|
D | quota.c | 85 static unsigned int gfs2_qd_hash(const struct gfs2_sbd *sdp, in gfs2_qd_hash() 115 struct gfs2_sbd *sdp; in gfs2_qd_dispose() local 211 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc() 241 const struct gfs2_sbd *sdp, in gfs2_qd_search_bucket() 262 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get() 302 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in qd_hold() local 320 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_get() local 344 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_hold() local 354 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_put() local 367 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in bh_get() local [all …]
|
D | util.c | 38 void gfs2_assert_i(struct gfs2_sbd *sdp) in gfs2_assert_i() 50 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean() 100 int gfs2_freeze_lock(struct gfs2_sbd *sdp, struct gfs2_holder *freeze_gh, in gfs2_freeze_lock() 119 static void signal_our_withdraw(struct gfs2_sbd *sdp) in signal_our_withdraw() 303 void gfs2_lm(struct gfs2_sbd *sdp, const char *fmt, ...) in gfs2_lm() 319 int gfs2_withdraw(struct gfs2_sbd *sdp) in gfs2_withdraw() 369 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() 399 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() 429 void gfs2_consist_i(struct gfs2_sbd *sdp, const char *function, in gfs2_consist_i() 445 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_consist_inode_i() local [all …]
|
D | ops_fstype.c | 65 void free_sbd(struct gfs2_sbd *sdp) in free_sbd() 74 struct gfs2_sbd *sdp; in init_sbd() local 163 static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) in gfs2_check_sb() 203 static void gfs2_sb_in(struct gfs2_sbd *sdp, const void *buf) in gfs2_sb_in() 245 static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) in gfs2_read_super() 289 static int gfs2_read_sb(struct gfs2_sbd *sdp, int silent) in gfs2_read_sb() 363 static int init_names(struct gfs2_sbd *sdp, int silent) in init_names() 399 static int init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, in init_locking() 457 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_lookup_root() local 476 static int init_sb(struct gfs2_sbd *sdp, int silent) in init_sb() [all …]
|
D | super.c | 59 void gfs2_jindex_free(struct gfs2_sbd *sdp) in gfs2_jindex_free() 99 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) in gfs2_jdesc_find() 113 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jdesc_check() local 136 int gfs2_make_fs_rw(struct gfs2_sbd *sdp) in gfs2_make_fs_rw() 184 int gfs2_statfs_init(struct gfs2_sbd *sdp) in gfs2_statfs_init() 230 void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free, in gfs2_statfs_change() 265 void update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh, in update_statfs() 289 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_statfs_sync() local 356 static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp) in gfs2_lock_fs_check_clean() 459 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_inode() local [all …]
|
D | trans.c | 28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans() 40 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin() 91 void gfs2_trans_end(struct gfs2_sbd *sdp) in gfs2_trans_end() 160 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_data() local 197 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_meta() local 254 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke() 264 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) in gfs2_trans_remove_revoke() 287 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
|
D | lock_dlm.c | 189 static int make_mode(struct gfs2_sbd *sdp, const unsigned int lmstate) in make_mode() 285 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gdlm_put_lock() local 501 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock() 523 static int sync_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags, in sync_lock() 554 static int mounted_unlock(struct gfs2_sbd *sdp) in mounted_unlock() 560 static int mounted_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in mounted_lock() 567 static int control_unlock(struct gfs2_sbd *sdp) in control_unlock() 573 static int control_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in control_lock() 584 static void remote_withdraw(struct gfs2_sbd *sdp) in remote_withdraw() 604 struct gfs2_sbd *sdp = container_of(work, struct gfs2_sbd, sd_control_work.work); in gfs2_control_func() local [all …]
|
D | lops.c | 42 void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_pin() 74 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in maybe_release_space() local 99 static void gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_unpin() 133 void gfs2_log_incr_head(struct gfs2_sbd *sdp) in gfs2_log_incr_head() 166 static void gfs2_end_log_write_bh(struct gfs2_sbd *sdp, in gfs2_end_log_write_bh() 201 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_end_log_write() local 242 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_log_submit_bio() local 261 static struct bio *gfs2_log_alloc_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_alloc_bio() 292 static struct bio *gfs2_log_get_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_get_bio() 325 void gfs2_log_write(struct gfs2_sbd *sdp, struct page *page, in gfs2_log_write() [all …]
|
D | log.h | 22 static inline void gfs2_log_lock(struct gfs2_sbd *sdp) in gfs2_log_lock() 34 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp) in gfs2_log_unlock() 40 static inline void gfs2_log_pointers_init(struct gfs2_sbd *sdp, in gfs2_log_pointers_init() 51 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_ordered_add_inode() local
|
D | glops.c | 59 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_ail_flush() local 87 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_empty_gl() local 147 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_flush() local 175 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_rgrp_metasync() local 203 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_sync() local 232 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_inval() local 398 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in inode_go_demote_ok() local 500 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in inode_go_lock() local 572 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_sync() local 616 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_xmote_bh() local [all …]
|
D | rgrp.c | 91 struct gfs2_sbd *sdp = rbm->rgd->rd_sbd; in gfs2_setbit() local 441 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrp_verify() local 498 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd() 536 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first() 558 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrpd_get_next() local 577 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in check_and_update_goal() local 700 void gfs2_clear_rgrpd(struct gfs2_sbd *sdp) in gfs2_clear_rgrpd() 741 struct gfs2_sbd *sdp = rgd->rd_sbd; in compute_bitstructs() local 825 u64 gfs2_ri_total(struct gfs2_sbd *sdp) in gfs2_ri_total() 849 struct gfs2_sbd *sdp = rgd->rd_sbd; in rgd_insert() local [all …]
|
D | meta_io.c | 113 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf() local 250 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read() local 311 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait() 333 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_remove_from_journal() local 376 static void gfs2_ail1_wipe(struct gfs2_sbd *sdp, u64 bstart, u32 blen) in gfs2_ail1_wipe() 402 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_getjdatabuf() local 436 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_journal_wipe() local 477 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_indirect_buffer() local 508 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra() local
|
D | aops.c | 93 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_writepage() local 155 struct gfs2_sbd *sdp = GFS2_SB(inode); in __gfs2_jdata_writepage() local 181 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_jdata_writepage() local 206 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_writepages() local 240 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_jdata_pagevec() local 413 struct gfs2_sbd *sdp = GFS2_SB(mapping->host); in gfs2_jdata_writepages() local 472 struct gfs2_sbd *sdp = GFS2_SB(inode); in __gfs2_readpage() local 578 struct gfs2_sbd *sdp = GFS2_SB(inode); in adjust_fs_space() local 658 static void gfs2_discard(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_discard() 686 struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host); in gfs2_invalidatepage() local [all …]
|
D | recovery.c | 120 int __get_log_header(struct gfs2_sbd *sdp, const struct gfs2_log_header *lh, in __get_log_header() 170 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in get_log_header() local 200 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in foreach_descriptor() local 266 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in clean_journal() local 280 static void gfs2_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, in gfs2_recovery_done() 312 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in update_statfs_inode() local 381 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in recover_local_statfs() local 406 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_recover_func() local
|
D | lops.h | 30 static inline unsigned int buf_limit(struct gfs2_sbd *sdp) in buf_limit() 38 static inline unsigned int databuf_limit(struct gfs2_sbd *sdp) in databuf_limit() 46 static inline void lops_before_commit(struct gfs2_sbd *sdp, in lops_before_commit() 55 static inline void lops_after_commit(struct gfs2_sbd *sdp, in lops_after_commit()
|
D | inode.h | 30 static inline bool gfs2_is_ordered(const struct gfs2_sbd *sdp) in gfs2_is_ordered() 35 static inline bool gfs2_is_writeback(const struct gfs2_sbd *sdp) in gfs2_is_writeback() 122 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks() 130 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks()
|
D | glock.c | 52 struct gfs2_sbd *sdp; /* incore superblock */ member 150 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in glock_blocked_by_withdraw() local 164 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free() local 265 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_glock_put() local 340 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake() local 471 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_set_demote() local 574 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in is_system_glock() local 595 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in do_xmote() local 870 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in delete_work_func() local 1013 int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_get() [all …]
|
D | bmap.c | 238 static void find_metapath(const struct gfs2_sbd *sdp, u64 block, in find_metapath() 393 static sector_t metapath_to_block(struct gfs2_sbd *sdp, struct metapath *mp) in metapath_to_block() 474 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_walk_metadata() local 667 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_iomap_alloc() local 800 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_alloc_size() local 847 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_iomap_get() local 993 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_lock() local 1020 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_unlock() local 1034 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_iomap_page_prepare() local 1047 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_iomap_page_done() local [all …]
|
D | inode.c | 80 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_set_iop() local 143 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_inode_lookup() local 239 struct inode *gfs2_lookup_by_inum(struct gfs2_sbd *sdp, u64 no_addr, in gfs2_lookup_by_inum() 394 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in alloc_dinode() local 452 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_init_xattr() local 536 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); in link_dinode() local 607 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); in gfs2_create_inode() local 924 struct gfs2_sbd *sdp = GFS2_SB(dir); in gfs2_link() local 1128 struct gfs2_sbd *sdp = GFS2_SB(dir); in gfs2_unlink() local 1378 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename() local [all …]
|
/kernel/linux/linux-5.10/kernel/rcu/ |
D | srcutree.c | 89 struct srcu_data *sdp; in init_srcu_struct_nodes() local 385 struct srcu_data *sdp = per_cpu_ptr(ssp->sda, cpu); in cleanup_srcu_struct() local 445 struct srcu_data *sdp = this_cpu_ptr(ssp->sda); in srcu_gp_start() local 465 struct srcu_data *sdp = container_of(t, struct srcu_data, delay_work); in srcu_delay_timer() local 470 static void srcu_queue_delayed_work_on(struct srcu_data *sdp, in srcu_queue_delayed_work_on() 485 static void srcu_schedule_cbs_sdp(struct srcu_data *sdp, unsigned long delay) in srcu_schedule_cbs_sdp() 527 struct srcu_data *sdp; in srcu_gp_end() local 636 static void srcu_funnel_gp_start(struct srcu_struct *ssp, struct srcu_data *sdp, in srcu_funnel_gp_start() 768 struct srcu_data *sdp; in srcu_might_be_idle() local 824 struct srcu_data *sdp; in srcu_gp_start_if_needed() local [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | sd.c | 161 struct scsi_device *sdp = sdkp->device; in cache_type_store() local 229 struct scsi_device *sdp = sdkp->device; in manage_start_stop_show() local 239 struct scsi_device *sdp = sdkp->device; in manage_start_stop_store() local 268 struct scsi_device *sdp = sdkp->device; in allow_restart_store() local 341 struct scsi_device *sdp = sdkp->device; in protection_mode_show() local 402 struct scsi_device *sdp = sdkp->device; in provisioning_mode_store() local 503 struct scsi_device *sdp = sdkp->device; in max_write_same_blocks_store() local 875 struct scsi_device *sdp = cmd->device; in sd_setup_unmap_cmnd() local 911 struct scsi_device *sdp = cmd->device; in sd_setup_write_same16_cmnd() local 943 struct scsi_device *sdp = cmd->device; in sd_setup_write_same10_cmnd() local [all …]
|
D | sg.c | 204 #define sg_printk(prefix, sdp, fmt, a...) \ argument 246 open_wait(Sg_device *sdp, int flags) in open_wait() 288 Sg_device *sdp; in sg_open() local 384 Sg_device *sdp; in sg_release() local 443 Sg_device *sdp; in sg_read() local 601 Sg_device *sdp; in sg_write() local 780 Sg_device *sdp = sfp->parentdp; in sg_common_write() local 915 sg_ioctl_common(struct file *filp, Sg_device *sdp, Sg_fd *sfp, in sg_ioctl_common() 1151 Sg_device *sdp; in sg_ioctl() local 1169 Sg_device *sdp; in sg_compat_ioctl() local [all …]
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 49 struct sh_sleep_data *sdp = onchip_mem; in sh_mobile_call_standby() local 83 struct sh_sleep_data *sdp; in sh_mobile_register_self_refresh() local
|