Searched refs:cp_control (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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-4.1.27/arch/ia64/include/asm/sn/ |
D | tiocp.h | 30 u64 cp_control; /* 0x000020 */ member
|
/linux-4.1.27/fs/f2fs/ |
D | f2fs.h | 114 struct cp_control { struct 1573 void flush_sit_entries(struct f2fs_sb_info *, struct cp_control *); 1601 void write_checkpoint(struct f2fs_sb_info *, struct cp_control *);
|
D | checkpoint.c | 874 static void do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1046 void write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in write_checkpoint()
|
D | segment.c | 484 struct cp_control *cpc, unsigned int start, unsigned int end) in __add_discard_entry() 508 static void add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc) in add_discard_addrs() 1061 struct cp_control cpc; in f2fs_trim_fs() 1726 void flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in flush_sit_entries()
|
D | super.c | 477 struct cp_control cpc = { in f2fs_put_super() 513 struct cp_control cpc; in f2fs_sync_fs()
|
D | recovery.c | 566 struct cp_control cpc = { in recover_fsync_data()
|
D | gc.c | 695 struct cp_control cpc; in f2fs_gc()
|