Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 95) sorted by relevance

1234

/fs/ocfs2/cluster/
Dnetdebug.c85 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start()
96 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next()
111 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show()
155 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop()
180 struct seq_file *seq = file->private_data; in nst_fop_release() local
236 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start()
248 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next()
281 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats()
296 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container()
349 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show()
[all …]
/fs/dlm/
Ddebug_fs.c380 static int table_seq_show(struct seq_file *seq, void *iter_ptr) in table_seq_show()
419 static void *table_seq_start(struct seq_file *seq, loff_t *pos) in table_seq_start()
499 static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos) in table_seq_next()
564 static void table_seq_stop(struct seq_file *seq, void *iter_ptr) in table_seq_stop()
609 struct seq_file *seq; in table_open1() local
623 struct seq_file *seq; in table_open2() local
637 struct seq_file *seq; in table_open3() local
651 struct seq_file *seq; in table_open4() local
Drecoverd.c31 static int enable_locking(struct dlm_ls *ls, uint64_t seq) in enable_locking()
Dast.c52 int status, uint32_t sbflags, uint64_t seq) in dlm_add_lkb_callback()
/fs/gfs2/
Dglock.c1079 void gfs2_print_dbg(struct seq_file *seq, const char *fmt, ...) in gfs2_print_dbg()
1710 static void dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid) in dump_glock()
1808 static void dump_holder(struct seq_file *seq, const struct gfs2_holder *gh, in dump_holder()
1882 void gfs2_dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid) in gfs2_dump_glock()
1916 static int gfs2_glstats_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_glstats_seq_show()
1961 static int gfs2_sbstats_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_sbstats_seq_show()
2068 static void *gfs2_glock_seq_start(struct seq_file *seq, loff_t *pos) in gfs2_glock_seq_start()
2093 static void *gfs2_glock_seq_next(struct seq_file *seq, void *iter_ptr, in gfs2_glock_seq_next()
2104 static void gfs2_glock_seq_stop(struct seq_file *seq, void *iter_ptr) in gfs2_glock_seq_stop()
2112 static int gfs2_glock_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_glock_seq_show()
[all …]
/fs/
Dd_path.c83 unsigned seq, m_seq = 0; in prepend_path() local
234 unsigned seq; in get_fs_root_rcu() local
329 int len, seq = 0; in __dentry_path() local
398 unsigned seq; in get_fs_root_and_pwd_rcu() local
Dnamei.c507 unsigned seq, m_seq; member
515 unsigned seq; member
625 struct path *path, unsigned seq) in legitimize_path()
723 static int unlazy_child(struct nameidata *nd, struct dentry *dentry, unsigned seq) in unlazy_child()
900 unsigned seq; in set_root() local
1448 unsigned seq; in follow_dotdot_rcu() local
1464 unsigned seq = read_seqcount_begin(&mountpoint->d_seq); in follow_dotdot_rcu() local
1656 unsigned seq; in lookup_fast() local
1806 struct inode *inode, unsigned seq) in pick_link()
1854 int flags, struct inode *inode, unsigned seq) in step_into()
[all …]
Dseq_file.c616 struct seq_file *seq = file->private_data; in seq_release_private() local
629 struct seq_file *seq; in __seq_open_private() local
823 int seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write()
Ddcache.c1272 unsigned seq = 0; in d_walk() local
2243 unsigned seq; in __d_lookup_rcu() local
2310 unsigned seq; in d_lookup() local
2521 unsigned seq, r_seq, d_seq; in d_alloc_parallel() local
3068 unsigned seq; in is_subdir() local
/fs/ext4/
Dmmp.c139 u32 seq = 0; in kmmpd() local
279 u32 seq; in ext4_multi_mount_protect() local
/fs/proc/
Darray.c720 static int children_seq_show(struct seq_file *seq, void *v) in children_seq_show()
728 static void *children_seq_start(struct seq_file *seq, loff_t *pos) in children_seq_start()
733 static void *children_seq_next(struct seq_file *seq, void *v, loff_t *pos) in children_seq_next()
744 static void children_seq_stop(struct seq_file *seq, void *v) in children_seq_stop()
Dproc_net.c86 struct seq_file *seq = f->private_data; in seq_release_net() local
181 struct seq_file *seq = f->private_data; in single_release_net() local
/fs/ecryptfs/
Dmiscdev.c322 size_t data_size, u32 seq) in ecryptfs_miscdev_response()
356 u32 seq; in ecryptfs_miscdev_write() local
/fs/f2fs/
Dsysfs.c608 static int __maybe_unused segment_info_seq_show(struct seq_file *seq, in segment_info_seq_show()
635 static int __maybe_unused segment_bits_seq_show(struct seq_file *seq, in segment_bits_seq_show()
659 static int __maybe_unused iostat_info_seq_show(struct seq_file *seq, in iostat_info_seq_show()
702 static int __maybe_unused victim_bits_seq_show(struct seq_file *seq, in victim_bits_seq_show()
/fs/quota/
Dnetlink.c40 static atomic_t seq; in quota_send_warning() local
/fs/nfsd/
Dstats.c37 static int nfsd_proc_show(struct seq_file *seq, void *v) in nfsd_proc_show()
/fs/btrfs/
Ddelayed-ref.c434 u64 seq) in merge_ref()
484 u64 seq = 0; in btrfs_merge_delayed_refs() local
516 int btrfs_check_delayed_seq(struct btrfs_fs_info *fs_info, u64 seq) in btrfs_check_delayed_seq()
885 u64 seq = 0; in init_delayed_ref_common() local
Dqgroup.c114 static void btrfs_qgroup_update_old_refcnt(struct btrfs_qgroup *qg, u64 seq, in btrfs_qgroup_update_old_refcnt()
122 static void btrfs_qgroup_update_new_refcnt(struct btrfs_qgroup *qg, u64 seq, in btrfs_qgroup_update_new_refcnt()
130 static inline u64 btrfs_qgroup_get_old_refcnt(struct btrfs_qgroup *qg, u64 seq) in btrfs_qgroup_get_old_refcnt()
137 static inline u64 btrfs_qgroup_get_new_refcnt(struct btrfs_qgroup *qg, u64 seq) in btrfs_qgroup_get_new_refcnt()
2209 struct ulist *qgroups, u64 seq, int update_old) in qgroup_update_refcnt()
2300 u64 num_bytes, u64 seq) in qgroup_update_counters()
2421 u64 seq; in btrfs_qgroup_account_extent() local
/fs/afs/
Dserver.c38 int seq = 0, diff; in afs_find_server() local
101 int diff, seq = 0; in afs_find_server_by_uuid() local
Dinode.c601 int seq = 0; in afs_check_validity() local
728 int seq = 0; in afs_getattr() local
Ddynroot.c89 unsigned int seq = 0; in afs_lookup_atcell() local
/fs/hfsplus/
Doptions.c217 int hfsplus_show_options(struct seq_file *seq, struct dentry *root) in hfsplus_show_options()
/fs/jbd2/
Djournal.c977 static void *jbd2_seq_info_start(struct seq_file *seq, loff_t *pos) in jbd2_seq_info_start()
982 static void *jbd2_seq_info_next(struct seq_file *seq, void *v, loff_t *pos) in jbd2_seq_info_next()
987 static int jbd2_seq_info_show(struct seq_file *seq, void *v) in jbd2_seq_info_show()
1024 static void jbd2_seq_info_stop(struct seq_file *seq, void *v) in jbd2_seq_info_stop()
1069 struct seq_file *seq = file->private_data; in jbd2_seq_info_release() local
/fs/nfs/
Dpnfs.c314 u32 seq) in pnfs_set_plh_return_info()
647 u32 seq) in pnfs_match_lseg_recall()
675 u32 seq) in pnfs_mark_matching_lsegs_invalid()
701 u32 seq) in pnfs_free_returned_lsegs()
1108 u32 seq = be32_to_cpu(arg_stateid->seqid); in pnfs_layoutreturn_free_lsegs() local
1207 u32 seq; in pnfs_layout_need_return() local
2395 u32 seq) in pnfs_mark_matching_lsegs_return()
Dnamespace.c56 unsigned seq; in nfs_path() local

1234