Lines Matching refs:create_buf_file
187 create_buf_file(filename, parent, mode, buf, is_global)
215 for two callback functions, create_buf_file() and remove_buf_file().
216 create_buf_file() is called once for each per-cpu buffer from
221 the file(s) created in create_buf_file() and is called during
228 * create_buf_file() callback. Creates relay file in debugfs.
255 .create_buf_file = create_buf_file_handler,
263 If the create_buf_file() callback fails, or isn't defined, channel
280 The create_buf_file() implementation can also be defined in such a way
287 To have relay_open() create a global buffer, the create_buf_file()
291 create_buf_file() and remove_buf_file() will be called only once. The
301 (including in create_buf_file()) via chan->private_data or