Searched refs:seq_get_buf (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | seq_file.c | 374 size_t size = seq_get_buf(m, &buf); in seq_escape() 385 size_t size = seq_get_buf(m, &buf); in seq_escape_mem_ascii() 462 size_t size = seq_get_buf(m, &buf); in seq_path() 500 size_t size = seq_get_buf(m, &buf); in seq_path_root() 529 size_t size = seq_get_buf(m, &buf); in seq_dentry() 881 size = seq_get_buf(m, &buffer); in seq_hex_dump()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 63 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() function
|
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A D | file.c | 49 count = seq_get_buf(sf, &buf); in sysfs_kf_seq_show()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 314 len = seq_get_buf(m, &databuf); in bpmp_debug_show()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 110 size = seq_get_buf(m, &buf); in proc_task_name()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_kernel_sysfs.c | 561 size = seq_get_buf(seq_file, &buf); in mali_seq_internal_state_show()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 1380 size_t sz = seq_get_buf(s, &buffer); in _driver_stats_seq_show()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-cgroup.c | 874 size_t size = seq_get_buf(sf, &buf), off = 0; in blkcg_print_stat()
|