| /linux/fs/nilfs2/ |
| H A D | direct.c | 17 static inline __le64 *nilfs_direct_dptrs(const struct nilfs_bmap *direct) in nilfs_direct_dptrs() 24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() 29 static inline void nilfs_direct_set_ptr(struct nilfs_bmap *direct, in nilfs_direct_set_ptr() 35 static int nilfs_direct_lookup(const struct nilfs_bmap *direct, in nilfs_direct_lookup() 50 static int nilfs_direct_lookup_contig(const struct nilfs_bmap *direct, in nilfs_direct_lookup_contig() 98 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v() 169 static int nilfs_direct_seek_key(const struct nilfs_bmap *direct, __u64 start, in nilfs_direct_seek_key() 184 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() 207 static int nilfs_direct_gather_data(struct nilfs_bmap *direct, in nilfs_direct_gather_data() 295 static int nilfs_direct_assign_v(struct nilfs_bmap *direct, in nilfs_direct_assign_v() [all …]
|
| /linux/arch/s390/mm/ |
| H A D | vmem.c | 166 unsigned long end, bool add, bool direct, in modify_pte_table() 221 unsigned long end, bool add, bool direct, in modify_pmd_table() 313 bool add, bool direct, struct vmem_altmap *altmap) in modify_pud_table() 379 bool add, bool direct, struct vmem_altmap *altmap) in modify_p4d_table() 424 bool direct, struct vmem_altmap *altmap) in modify_pagetable() 462 static int add_pagetable(unsigned long start, unsigned long end, bool direct, in add_pagetable() 468 static int remove_pagetable(unsigned long start, unsigned long end, bool direct, in remove_pagetable()
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-aplic-direct.c | 36 struct aplic_direct *direct; member 55 struct aplic_direct *direct = container_of(priv, struct aplic_direct, priv); in aplic_direct_set_affinity() local 106 struct aplic_direct *direct = container_of(priv, struct aplic_direct, priv); in aplic_direct_irqdomain_alloc() local 225 struct aplic_direct *direct; in aplic_direct_setup() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | rf.c | 18 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_enable_anotherphy() local 49 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_powerdown_anotherphy() local
|
| H A D | hw.c | 24 u32 rtl92de_read_dword_dbi(struct ieee80211_hw *hw, u16 offset, u8 direct) in rtl92de_read_dword_dbi() 37 u16 offset, u32 value, u8 direct) in rtl92de_write_dword_dbi()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_inode.h | 52 struct direct { /* Direct extents */ struct 53 __fs32 extent; /* Extent number */ 54 __fs32 size; /* Size of extent */
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 51 struct bpf_map *direct) in check_bpf_map_ptr() 62 static inline int check(struct bpf_map *indirect, struct bpf_map *direct, in check() 72 struct bpf_map *direct) in check_default() 80 check_default_noinline(struct bpf_map *indirect, struct bpf_map *direct) in check_default_noinline()
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 1103 bool direct) in remove_pte_table() 1146 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() 1192 struct vmem_altmap *altmap, bool direct) in remove_pud_table() 1226 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() 1258 remove_pagetable(unsigned long start, unsigned long end, bool direct, in remove_pagetable()
|
| /linux/samples/ftrace/ |
| H A D | ftrace-direct-modify.c | 285 static struct ftrace_ops direct; variable
|
| /linux/sound/drivers/opl4/ |
| H A D | opl4_seq.c | 111 snd_opl4_seq_event_input(struct snd_seq_event * ev,int direct,void * private_data,int atomic,int hop) snd_opl4_seq_event_input() argument
|
| /linux/sound/core/seq/ |
| H A D | seq_system.c | 105 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
|
| H A D | seq_dummy.c | 80 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
|
| H A D | seq_virmidi.c | 109 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
|
| H A D | seq_midi.c | 122 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi()
|
| /linux/drivers/mmc/host/ |
| H A D | litex_mmc.c | 292 unsigned int *len, bool *direct, u8 *transfer) in litex_mmc_do_dma() 348 bool direct = false; in litex_mmc_request() local
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_oss.c | 28 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
|
| H A D | opl3_seq.c | 143 snd_opl3_synth_event_input(struct snd_seq_event * ev,int direct,void * private_data,int atomic,int hop) snd_opl3_synth_event_input() argument
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ptp.c | 16 idpf_ptp_get_access(const struct idpf_adapter *adapter, u32 direct, u32 mailbox) in idpf_ptp_get_access() 36 u32 direct, mailbox; in idpf_ptp_get_features_access() local
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 787 unsigned long end, bool direct, in remove_pte_table() 820 unsigned long end, bool direct, in remove_pmd_table() 860 unsigned long end, bool direct, in remove_pud_table() 894 remove_pagetable(unsigned long start, unsigned long end, bool direct, in remove_pagetable()
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_init.c | 117 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
|
| /linux/sound/synth/emux/ |
| H A D | emux_seq.c | 240 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input() argument
|
| H A D | emux_oss.c | 289 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input()
|
| /linux/fs/befs/ |
| H A D | befs_fs_types.h | 148 befs_disk_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member 158 befs_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member
|
| /linux/include/sound/ |
| H A D | pcm_oss.h | 13 direct:1, member
|
| /linux/fs/minix/ |
| H A D | itree_common.c | 360 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks() local
|