Lines Matching refs:structure
97 The entire data structure for this iterator is a single loff_t value
104 structure can be used. There is also a special value which can be returned
113 modules will do what is needed to step through some data structure. The
150 seq_file iterator is finished by creating a seq_operations structure with
160 This structure will be needed to tie our iterator to the /proc file in
233 Here, the call to seq_open() takes the seq_operations structure we created
239 private field of the seq_file structure; that value can then be retrieved
244 private field of the seq_file structure, returning 0 on success. The
277 file_operations structure will look like:
288 seq_file private field to kfree() before releasing the structure.
320 seq_list_* helpers with a pointer to the appropriate list_head structure.
336 seq_file structure. When using single_open(), the programmer should use
337 single_release() instead of seq_release() in the file_operations structure