Searched refs:cp_control (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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.4.14/arch/ia64/include/asm/sn/ |
D | tiocp.h | 30 u64 cp_control; /* 0x000020 */ member
|
/linux-4.4.14/fs/f2fs/ |
D | segment.c | 539 struct cp_control *cpc, struct seg_entry *se, in __add_discard_entry() 563 static void add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc) in add_discard_addrs() 626 void clear_prefree_segments(struct f2fs_sb_info *sbi, struct cp_control *cpc) in clear_prefree_segments() 1136 struct cp_control cpc; in f2fs_trim_fs() 1883 void flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in flush_sit_entries()
|
D | f2fs.h | 129 struct cp_control { struct 1778 void clear_prefree_segments(struct f2fs_sb_info *, struct cp_control *); 1800 void flush_sit_entries(struct f2fs_sb_info *, struct cp_control *); 1830 void write_checkpoint(struct f2fs_sb_info *, struct cp_control *);
|
D | checkpoint.c | 922 static void do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1096 void write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in write_checkpoint()
|
D | recovery.c | 594 struct cp_control cpc = { in recover_fsync_data()
|
D | super.c | 538 struct cp_control cpc = { in f2fs_put_super() 580 struct cp_control cpc; in f2fs_sync_fs()
|
D | gc.c | 823 struct cp_control cpc; in f2fs_gc()
|
D | file.c | 1632 struct cp_control cpc; in f2fs_ioc_write_checkpoint()
|