Searched refs:seq_commit (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| H A D | seq_file.c | 383 seq_commit(m, ret < size ? ret : -1); in seq_escape_mem() 485 seq_commit(m, res); in seq_path() 530 seq_commit(m, res); in seq_path_root() 552 seq_commit(m, res); in seq_dentry() 890 seq_commit(m, ret < size ? ret : -1); in seq_hex_dump()
|
| H A D | namespace.c | 5316 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_mnt_root() 5365 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_sb_source()
|
| /linux/fs/sysfs/ |
| H A D | file.c | 60 seq_commit(sf, -1); in sysfs_kf_seq_show() 79 seq_commit(sf, count); in sysfs_kf_seq_show()
|
| /linux/include/linux/ |
| H A D | seq_file.h | 83 static inline void seq_commit(struct seq_file *m, int num) in seq_commit() function
|
| /linux/lib/ |
| H A D | alloc_tag.c | 115 seq_commit(m, seq_buf_used(&buf)); in allocinfo_show()
|