/fs/afs/ |
D | proc.c | 21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net() 26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single() 34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() 57 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 64 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next() 69 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() 88 struct seq_file *m = file->private_data; in afs_proc_cells_write() local 150 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() 174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local 209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() [all …]
|
/fs/ |
D | pnode.h | 13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument 14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument 15 #define IS_MNT_NEW(m) (!(m)->mnt_ns) argument 16 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument 17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument 18 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument 19 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument 20 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument 21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
|
D | proc_namespace.c | 23 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() 133 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 197 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat() 250 struct seq_file *m; in mounts_open_common() local 300 struct seq_file *m = file->private_data; in mounts_release() local
|
D | pnode.c | 41 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() 225 static int propagate_one(struct mount *m) in propagate_one() 292 struct mount *m, *n; in propagate_mnt() local 372 struct mount *m, *child, *topper; in propagate_mount_busy() local 416 struct mount *m, *child; in propagate_mount_unlock() local [all …]
|
D | seq_file.c | 25 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() 91 static int traverse(struct seq_file *m, loff_t offset) in traverse() 155 struct seq_file *m = file->private_data; in seq_read() local 312 struct seq_file *m = file->private_data; in seq_lseek() local 359 struct seq_file *m = file->private_data; in seq_release() local 376 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() 387 void seq_escape_mem_ascii(struct seq_file *m, const char *src, size_t isz) in seq_escape_mem_ascii() 398 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf() 413 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf() 464 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() [all …]
|
D | fs_pin.c | 22 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert() 71 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
|
/fs/notify/ |
D | fdinfo.c | 25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 26 void (*show)(struct seq_file *m, in show_fdinfo() 42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 69 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() 103 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 112 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() 143 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/fs/proc/ |
D | array.c | 99 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 …]
|
D | nommu.c | 33 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show() 74 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show() 81 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start() 94 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop() 99 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
D | proc_tty.c | 28 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()
|
D | consoles.c | 15 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev() 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 74 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 81 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
D | task_nommu.c | 21 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() 145 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) in nommu_vma_show() 191 static int show_map(struct seq_file *m, void *_p) in show_map() 198 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 229 static void m_stop(struct seq_file *m, void *_vml) in m_stop() 243 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_next()
|
D | meminfo.c | 23 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo() 27 static void show_val_kb(struct seq_file *m, const char *s, unsigned long num) in show_val_kb() 33 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show()
|
/fs/xfs/ |
D | xfs_rtalloc.h | 141 # 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
|
D | xfs_health.c | 290 const struct ioctl_sick_map *m) in xfgeo_health_tick() 304 const struct ioctl_sick_map *m; in xfs_fsop_geom_health() local 340 const struct ioctl_sick_map *m; in xfs_ag_geom_health() local 374 const struct ioctl_sick_map *m; in xfs_bulkstat_health() local
|
/fs/fscache/ |
D | histogram.c | 23 static int fscache_histogram_show(struct seq_file *m, void *v) in fscache_histogram_show() 56 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start() 68 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) in fscache_histogram_next() 78 static void fscache_histogram_stop(struct seq_file *m, void *v) in fscache_histogram_stop()
|
D | object-list.c | 132 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() 142 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() 151 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop() 160 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show() 401 struct seq_file *m = file->private_data; in fscache_objlist_release() local
|
/fs/cachefiles/ |
D | proc.c | 20 static int cachefiles_histogram_show(struct seq_file *m, void *v) in cachefiles_histogram_show() 50 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start() 62 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) in cachefiles_histogram_next() 72 static void cachefiles_histogram_stop(struct seq_file *m, void *v) in cachefiles_histogram_stop()
|
/fs/cifs/ |
D | cifs_debug.c | 87 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon() 125 cifs_dump_iface(struct seq_file *m, struct cifs_server_iface *iface) in cifs_dump_iface() 143 static int cifs_debug_files_proc_show(struct seq_file *m, void *v) in cifs_debug_files_proc_show() 195 static int cifs_debug_data_proc_show(struct seq_file *m, void *v) in cifs_debug_data_proc_show() 495 static int cifs_stats_proc_show(struct seq_file *m, void *v) in cifs_stats_proc_show() 714 static int cifsFYI_proc_show(struct seq_file *m, void *v) in cifsFYI_proc_show() 753 static int cifs_linux_ext_proc_show(struct seq_file *m, void *v) in cifs_linux_ext_proc_show() 784 static int cifs_lookup_cache_proc_show(struct seq_file *m, void *v) in cifs_lookup_cache_proc_show() 815 static int traceSMB_proc_show(struct seq_file *m, void *v) in traceSMB_proc_show() 846 static int cifs_security_flags_proc_show(struct seq_file *m, void *v) in cifs_security_flags_proc_show()
|
/fs/reiserfs/ |
D | procfs.c | 26 static int show_version(struct seq_file *m, void *unused) in show_version() 70 static int show_super(struct seq_file *m, void *unused) in show_super() 133 static int show_per_level(struct seq_file *m, void *unused) in show_per_level() 192 static int show_bitmap(struct seq_file *m, void *unused) in show_bitmap() 225 static int show_on_disk_super(struct seq_file *m, void *unused) in show_on_disk_super() 269 static int show_oidmap(struct seq_file *m, void *unused) in show_oidmap() 307 static int show_journal(struct seq_file *m, void *unused) in show_journal()
|
/fs/erofs/ |
D | zmap.c | 109 static int z_erofs_reload_indexes(struct z_erofs_maprecorder *m, in z_erofs_reload_indexes() 141 static int vle_legacy_load_cluster_from_disk(struct z_erofs_maprecorder *m, in vle_legacy_load_cluster_from_disk() 195 static int unpack_compacted_index(struct z_erofs_maprecorder *m, in unpack_compacted_index() 259 static int compacted_load_cluster_from_disk(struct z_erofs_maprecorder *m, in compacted_load_cluster_from_disk() 314 static int vle_load_cluster_from_disk(struct z_erofs_maprecorder *m, in vle_load_cluster_from_disk() 328 static int vle_extent_lookback(struct z_erofs_maprecorder *m, in vle_extent_lookback() 381 struct z_erofs_maprecorder m = { in z_erofs_map_blocks_iter() local
|
/fs/orangefs/ |
D | orangefs-bufmap.c | 28 static void install(struct slot_map *m, int count, unsigned long *map) in install() 37 static void mark_killed(struct slot_map *m) in mark_killed() 44 static void run_down(struct slot_map *m) in run_down() 68 static void put(struct slot_map *m, int slot) in put() 81 static int wait_for_free(struct slot_map *m) in wait_for_free() 124 static int get(struct slot_map *m) in get()
|
/fs/ntfs/ |
D | mft.c | 146 MFT_RECORD *m; in map_mft_record() local 238 MFT_RECORD *m; in map_extent_mft_record() local 428 const unsigned long mft_no, MFT_RECORD *m) in ntfs_sync_mft_mirror_umount() 455 MFT_RECORD *m, int sync) in ntfs_sync_mft_mirror() 660 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record_nolock() 921 const MFT_RECORD *m, ntfs_inode **locked_ni) in ntfs_may_write_mft_record() 2008 MFT_RECORD *m) in ntfs_mft_record_layout() 2091 MFT_RECORD *m; in ntfs_mft_record_format() local 2247 MFT_RECORD *m; in ntfs_mft_record_alloc() local 2773 int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m) in ntfs_extent_mft_record_free()
|
/fs/ceph/ |
D | mdsmap.c | 20 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds() 107 struct ceph_mdsmap *m; in ceph_mdsmap_decode() local 374 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy() 385 bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m) in ceph_mdsmap_is_cluster_available()
|
/fs/nfs/ |
D | super.c | 535 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid() 567 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_options() 602 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 610 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 616 static void nfs_show_nfs_version(struct seq_file *m, in nfs_show_nfs_version() 628 static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mount_options() 726 int nfs_show_options(struct seq_file *m, struct dentry *root) in nfs_show_options() 743 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease() 754 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions() 760 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions() [all …]
|