| /fs/ |
| D | pnode.h | 14 #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
|
| 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() 226 static int propagate_one(struct mount *m) in propagate_one() 297 struct mount *m, *n; in propagate_mnt() local 378 struct mount *m, *child, *topper; in propagate_mount_busy() local 422 struct mount *m, *child; in propagate_mount_unlock() local [all …]
|
| D | seq_file.c | 22 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() 88 static int traverse(struct seq_file *m, loff_t offset) in traverse() 158 struct seq_file *m = file->private_data; in seq_read() local 321 struct seq_file *m = file->private_data; in seq_lseek() local 367 struct seq_file *m = file->private_data; in seq_release() local 384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() 395 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf() 410 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf() 461 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() 489 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() [all …]
|
| D | fs_pin.c | 22 void pin_insert_group(struct fs_pin *pin, struct vfsmount *m, struct hlist_head *p) in pin_insert_group() 31 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert() 77 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
|
| /fs/notify/ |
| D | fdinfo.c | 24 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() 102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 111 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() 137 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
| /fs/proc/ |
| D | array.c | 99 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name() 158 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state() 234 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t() 271 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig() 310 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() 323 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap() 345 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp() 378 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts() 386 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed() 394 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status() [all …]
|
| D | nommu.c | 37 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()
|
| 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() 192 static int show_map(struct seq_file *m, void *_p, int is_pid) in show_map() 200 static int show_pid_map(struct seq_file *m, void *_p) in show_pid_map() 205 static int show_tid_map(struct seq_file *m, void *_p) in show_tid_map() 210 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 237 static void m_stop(struct seq_file *m, void *_vml) in m_stop() 251 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_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 | 16 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev() 63 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 76 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 83 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
| 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() 46 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show()
|
| D | task_mmu.c | 27 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() 133 static void seq_print_vma_name(struct seq_file *m, struct vm_area_struct *vma) in seq_print_vma_name() 200 static void m_cache_vma(struct seq_file *m, struct vm_area_struct *vma) in m_cache_vma() 206 static void *m_start(struct seq_file *m, loff_t *ppos) in m_start() 255 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next() 267 static void m_stop(struct seq_file *m, void *v) in m_stop() 333 static void show_vma_header_prefix(struct seq_file *m, in show_vma_header_prefix() 351 show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) in show_map_vma() 421 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map() 428 static int show_pid_map(struct seq_file *m, void *v) in show_pid_map() [all …]
|
| /fs/afs/ |
| D | proc.c | 160 struct seq_file *m; in afs_proc_cells_open() local 177 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 203 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() 383 struct seq_file *m; in afs_proc_cell_volumes_open() local 404 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start() 450 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() 481 struct seq_file *m; in afs_proc_cell_vlservers_open() local 502 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start() 555 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show() 577 struct seq_file *m; in afs_proc_cell_servers_open() local [all …]
|
| /fs/fscache/ |
| D | histogram.c | 27 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()
|
| D | object-list.c | 138 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() 148 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() 157 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop() 166 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show() 407 struct seq_file *m = file->private_data; in fscache_objlist_release() local
|
| /fs/cachefiles/ |
| D | proc.c | 24 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()
|
| /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() 300 static int show_journal(struct seq_file *m, void *unused) in show_journal()
|
| /fs/xfs/ |
| D | xfs_rtalloc.h | 144 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument 148 # define xfs_rtbuf_get(m,t,b,i,p) (ENOSYS) argument 159 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (ENOSYS)) argument 160 # define xfs_rtunmount_inodes(m) argument
|
| /fs/cifs/ |
| D | cifs_debug.c | 110 static int cifs_debug_data_proc_show(struct seq_file *m, void *v) in cifs_debug_data_proc_show() 328 static int cifs_stats_proc_show(struct seq_file *m, void *v) in cifs_stats_proc_show() 451 static int cifsFYI_proc_show(struct seq_file *m, void *v) in cifsFYI_proc_show() 488 static int cifs_linux_ext_proc_show(struct seq_file *m, void *v) in cifs_linux_ext_proc_show() 519 static int cifs_lookup_cache_proc_show(struct seq_file *m, void *v) in cifs_lookup_cache_proc_show() 550 static int traceSMB_proc_show(struct seq_file *m, void *v) in traceSMB_proc_show() 581 static int cifs_security_flags_proc_show(struct seq_file *m, void *v) in cifs_security_flags_proc_show()
|
| /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 | 158 MFT_RECORD *m; in map_mft_record() local 250 MFT_RECORD *m; in map_extent_mft_record() local 440 const unsigned long mft_no, MFT_RECORD *m) in ntfs_sync_mft_mirror_umount() 467 MFT_RECORD *m, int sync) in ntfs_sync_mft_mirror() 670 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record_nolock() 927 const MFT_RECORD *m, ntfs_inode **locked_ni) in ntfs_may_write_mft_record() 2014 MFT_RECORD *m) in ntfs_mft_record_layout() 2097 MFT_RECORD *m; in ntfs_mft_record_format() local 2253 MFT_RECORD *m; in ntfs_mft_record_alloc() local 2785 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() 108 struct ceph_mdsmap *m; in ceph_mdsmap_decode() local 371 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy() 382 bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m) in ceph_mdsmap_is_cluster_available()
|
| /fs/nfs/ |
| D | super.c | 530 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid() 562 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_options() 597 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 605 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 611 static void nfs_show_nfs_version(struct seq_file *m, in nfs_show_nfs_version() 623 static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mount_options() 716 int nfs_show_options(struct seq_file *m, struct dentry *root) in nfs_show_options() 734 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions() 740 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions() 745 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs() [all …]
|
| /fs/quota/ |
| D | quota_v2.c | 200 struct mem_dqblk *m = &dquot->dq_dqb; in v2r0_disk2memdqb() local 220 struct mem_dqblk *m = &dquot->dq_dqb; in v2r0_mem2diskdqb() local 253 struct mem_dqblk *m = &dquot->dq_dqb; in v2r1_disk2memdqb() local 273 struct mem_dqblk *m = &dquot->dq_dqb; in v2r1_mem2diskdqb() local
|