Lines Matching refs:virtual
10 technique is the creation of virtual files, in debugfs, /proc or elsewhere.
13 script writers. It is not surprising that the use of virtual files has
17 however. It is not that hard to make a virtual file which returns a
21 position within the virtual file - that position is, likely as not, in the
26 which are designed to make it easy for virtual file creators to get it
32 * An iterator interface which lets a virtual file implementation
39 the virtual file.
69 Modules implementing a virtual file with seq_file must implement a simple
77 to an offset in the virtual file. The one obvious exception is that a
224 most of the work. The virtual file author still must implement the open()
234 before, and gets set up to iterate through the virtual file.
276 all implemented by the seq_file code itself. So a virtual file's
325 For extremely simple virtual files, there is an even easier interface. A
327 output that the virtual file will contain. The file's open() method then