Searched refs:seq_commit (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ |
| H A D | seq_file.c | 382 seq_commit(m, ret < size ? ret : -1); in seq_escape_mem() 484 seq_commit(m, res); in seq_path() 529 seq_commit(m, res); in seq_path_root() 551 seq_commit(m, res); in seq_dentry() 889 seq_commit(m, ret < size ? ret : -1); in seq_hex_dump()
|
| H A D | namespace.c | 5444 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_mnt_root() 5493 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_sb_source()
|
| /linux-6.15/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-6.15/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-6.15/lib/ |
| H A D | alloc_tag.c | 119 seq_commit(m, seq_buf_used(&buf)); in allocinfo_show()
|