Searched refs:cp_control (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/ia64/sn/pci/pcibr/ |
D | pcibr_reg.c | 33 __sn_clrq_relaxed(&ptr->tio.cp_control, bits); in pcireg_control_bit_clr() 53 __sn_setq_relaxed(&ptr->tio.cp_control, bits); in pcireg_control_bit_set()
|
/Linux-v4.19/arch/ia64/include/asm/sn/ |
D | tiocp.h | 30 u64 cp_control; /* 0x000020 */ member
|
/Linux-v4.19/fs/f2fs/ |
D | f2fs.h | 191 struct cp_control { struct 1588 struct cp_control *cpc) in enabled_nat_bits() 2889 void f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 2916 struct cp_control *cpc); 2922 struct cp_control *cpc); 2950 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 2993 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
D | checkpoint.c | 1182 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1262 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1443 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint()
|
D | recovery.c | 701 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
D | super.c | 1026 struct cp_control cpc = { in f2fs_put_super() 1036 struct cp_control cpc = { in f2fs_put_super() 1103 struct cp_control cpc; in f2fs_sync_fs() 3173 struct cp_control cpc = { in kill_f2fs_super()
|
D | segment.c | 1712 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 1803 struct cp_control *cpc) in f2fs_clear_prefree_segments() 2531 struct cp_control *cpc) in f2fs_exist_trim_candidates() 2627 struct cp_control cpc; in f2fs_trim_fs() 3602 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
D | gc.c | 1137 struct cp_control cpc; in f2fs_gc()
|
D | node.c | 2707 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 2780 void f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|