Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/linux-4.19.296/fs/afs/
Dproc.c20 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net()
25 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single()
33 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
48 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start()
55 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next()
60 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop()
79 struct seq_file *m = file->private_data; in afs_proc_cells_write() local
141 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
165 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local
200 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show()
[all …]
/linux-4.19.296/fs/
Dpnode.h14 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument
15 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument
16 #define IS_MNT_NEW(m) (!(m)->mnt_ns) argument
17 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument
18 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument
19 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument
20 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument
21 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument
22 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
Dproc_namespace.c23 struct seq_file *m = file->private_data; in mounts_poll() local
45 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts()
64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
83 static inline void mangle(struct seq_file *m, const char *s) in mangle()
88 static void show_type(struct seq_file *m, struct super_block *sb) in show_type()
97 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
131 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
193 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
246 struct seq_file *m; in mounts_open_common() local
296 struct seq_file *m = file->private_data; in mounts_release() local
Dseq_file.c25 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow()
94 static int traverse(struct seq_file *m, loff_t offset) in traverse()
158 struct seq_file *m = file->private_data; in seq_read() local
315 struct seq_file *m = file->private_data; in seq_lseek() local
361 struct seq_file *m = file->private_data; in seq_release() local
378 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
389 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf()
404 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf()
455 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
483 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path()
[all …]
Dpnode.c41 struct mount *m = mnt; in get_peer_under_root() local
62 struct mount *m; in get_dominating_id() local
94 struct mount *m; in do_make_slave() local
149 static struct mount *propagation_next(struct mount *m, in propagation_next()
170 static struct mount *skip_propagation_subtree(struct mount *m, in skip_propagation_subtree()
183 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group()
226 static int propagate_one(struct mount *m) in propagate_one()
296 struct mount *m, *n; in propagate_mnt() local
377 struct mount *m, *child, *topper; in propagate_mount_busy() local
421 struct mount *m, *child; in propagate_mount_unlock() local
[all …]
/linux-4.19.296/block/
Dblk-mq-debugfs.c27 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat) in print_stat()
37 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
54 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start()
63 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next()
70 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop()
85 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show()
105 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show()
146 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
193 static int queue_write_hint_show(void *data, struct seq_file *m) in queue_write_hint_show()
234 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
[all …]
/linux-4.19.296/fs/notify/
Dfdinfo.c24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo()
25 void (*show)(struct seq_file *m, in show_fdinfo()
41 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
68 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
75 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
95 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo()
104 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
130 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
/linux-4.19.296/fs/proc/
Dnommu.c37 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show()
78 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show()
85 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start()
98 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop()
103 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
Darray.c99 void proc_task_name(struct seq_file *m, struct task_struct *p, bool escape) in proc_task_name()
152 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
229 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
266 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
305 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
318 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
340 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp()
373 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
381 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
389 static inline void task_core_dumping(struct seq_file *m, struct mm_struct *mm) in task_core_dumping()
[all …]
Dproc_tty.c28 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range()
69 static int show_tty_driver(struct seq_file *m, void *v) in show_tty_driver()
106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
112 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
117 static void t_stop(struct seq_file *m, void *v) in t_stop()
Dconsoles.c16 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev()
62 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
75 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
82 static void c_stop(struct seq_file *m, void *v) in c_stop()
Dmeminfo.c24 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo()
28 static void show_val_kb(struct seq_file *m, const char *s, unsigned long num) in show_val_kb()
34 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show()
/linux-4.19.296/drivers/xen/xenfs/
Dxensyms.c65 static void *xensyms_start(struct seq_file *m, loff_t *pos) in xensyms_start()
77 static void *xensyms_next(struct seq_file *m, void *p, loff_t *pos) in xensyms_next()
89 static int xensyms_show(struct seq_file *m, void *p) in xensyms_show()
100 static void xensyms_stop(struct seq_file *m, void *p) in xensyms_stop()
113 struct seq_file *m; in xensyms_open() local
140 struct seq_file *m = file->private_data; in xensyms_release() local
/linux-4.19.296/crypto/
Dproc.c25 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
31 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
36 static void c_stop(struct seq_file *m, void *p) in c_stop()
41 static int c_show(struct seq_file *m, void *p) in c_show()
Drsa.c29 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
43 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec()
57 static int _rsa_sign(const struct rsa_mpi_key *key, MPI s, MPI m) in _rsa_sign()
71 static int _rsa_verify(const struct rsa_mpi_key *key, MPI m, MPI s) in _rsa_verify()
90 MPI m, c = mpi_alloc(0); in rsa_enc() local
129 MPI c, m = mpi_alloc(0); in rsa_dec() local
167 MPI m, s = mpi_alloc(0); in rsa_sign() local
206 MPI s, m = mpi_alloc(0); in rsa_verify() local
/linux-4.19.296/fs/fscache/
Dhistogram.c27 static int fscache_histogram_show(struct seq_file *m, void *v) in fscache_histogram_show()
60 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start()
72 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) in fscache_histogram_next()
82 static void fscache_histogram_stop(struct seq_file *m, void *v) in fscache_histogram_stop()
/linux-4.19.296/fs/xfs/
Dxfs_rtalloc.h141 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument
145 # define xfs_rtbuf_get(m,t,b,i,p) (ENOSYS) argument
146 # define xfs_verify_rtbno(m, r) (false) argument
147 # define xfs_rtalloc_extent_is_free(m,t,s,l,i) (ENOSYS) argument
158 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (ENOSYS)) argument
159 # define xfs_rtunmount_inodes(m) argument
/linux-4.19.296/fs/cachefiles/
Dproc.c24 static int cachefiles_histogram_show(struct seq_file *m, void *v) in cachefiles_histogram_show()
54 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start()
66 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) in cachefiles_histogram_next()
76 static void cachefiles_histogram_stop(struct seq_file *m, void *v) in cachefiles_histogram_stop()
/linux-4.19.296/include/linux/
Dseq_file.h51 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed()
64 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf()
84 static inline void seq_commit(struct seq_file *m, int num) in seq_commit()
102 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth()
178 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option()
200 #define seq_show_option_n(m, name, value, length) { \ argument
/linux-4.19.296/drivers/s390/block/
Ddasd_proc.c36 dasd_devices_show(struct seq_file *m, void *v) in dasd_devices_show()
110 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) in dasd_devices_start()
117 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) in dasd_devices_next()
123 static void dasd_devices_stop(struct seq_file *m, void *v) in dasd_devices_stop()
184 static void dasd_statistics_array(struct seq_file *m, unsigned int *array, int factor) in dasd_statistics_array()
197 static int dasd_stats_proc_show(struct seq_file *m, void *v) in dasd_stats_proc_show()
/linux-4.19.296/drivers/s390/char/
Dtape_proc.c39 static int tape_proc_show(struct seq_file *m, void *v) in tape_proc_show()
84 static void *tape_proc_start(struct seq_file *m, loff_t *pos) in tape_proc_start()
91 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next()
97 static void tape_proc_stop(struct seq_file *m, void *v) in tape_proc_stop()
/linux-4.19.296/drivers/edac/
Dmce_amd.c451 static void decode_mc0_mce(struct mce *m) in decode_mc0_mce()
561 static void decode_mc1_mce(struct mce *m) in decode_mc1_mce()
707 static void decode_mc2_mce(struct mce *m) in decode_mc2_mce()
718 static void decode_mc3_mce(struct mce *m) in decode_mc3_mce()
747 static void decode_mc4_mce(struct mce *m) in decode_mc4_mce()
805 static void decode_mc5_mce(struct mce *m) in decode_mc5_mce()
837 static void decode_mc6_mce(struct mce *m) in decode_mc6_mce()
854 static void decode_smca_error(struct mce *m) in decode_smca_error()
917 static bool amd_filter_mce(struct mce *m) in amd_filter_mce()
928 static const char *decode_error_status(struct mce *m) in decode_error_status()
[all …]
/linux-4.19.296/include/linux/isdn/
Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument
[all …]
/linux-4.19.296/drivers/char/tpm/eventlog/
Dtpm1.c75 static void *tpm1_bios_measurements_start(struct seq_file *m, loff_t *pos) in tpm1_bios_measurements_start()
122 static void *tpm1_bios_measurements_next(struct seq_file *m, void *v, in tpm1_bios_measurements_next()
153 static void tpm1_bios_measurements_stop(struct seq_file *m, void *v) in tpm1_bios_measurements_stop()
236 static int tpm1_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm1_binary_bios_measurements_show()
265 static int tpm1_ascii_bios_measurements_show(struct seq_file *m, void *v) in tpm1_ascii_bios_measurements_show()
/linux-4.19.296/lib/
Dwin_minmax.c29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update()
67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max()
85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()

12345678910>>...19