Searched refs:create_buf_file (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/Documentation/filesystems/ | 
| D | relay.txt | 180     create_buf_file(filename, parent, mode, buf, is_global)208 for two callback functions, create_buf_file() and remove_buf_file().
 209 create_buf_file() is called once for each per-cpu buffer from
 214 the file(s) created in create_buf_file() and is called during
 221  * create_buf_file() callback.  Creates relay file in debugfs.
 248         .create_buf_file = create_buf_file_handler,
 256 If the create_buf_file() callback fails, or isn't defined, channel
 273 The create_buf_file() implementation can also be defined in such a way
 280 To have relay_open() create a global buffer, the create_buf_file()
 284 create_buf_file() and remove_buf_file() will be called only once.  The
 [all …]
 
 | 
| /Linux-v5.4/kernel/ | 
| D | relay.c | 326 	.create_buf_file = create_buf_file_default_callback,428 	dentry = chan->cb->create_buf_file(tmpname, chan->parent,  in relay_create_buf_file()
 463 		dentry = chan->cb->create_buf_file(NULL, NULL,  in relay_open_buf()
 515 	if (!cb->create_buf_file)  in setup_callbacks()
 516 		cb->create_buf_file = create_buf_file_default_callback;  in setup_callbacks()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | relay.h | 146 	struct dentry *(*create_buf_file)(const char *filename,  member
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ | 
| D | intel_guc_log.c | 144 	.create_buf_file = create_buf_file_callback,
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ | 
| D | spectral.c | 501 	.create_buf_file = create_buf_file_handler,
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | common-spectral.c | 1057 	.create_buf_file = create_buf_file_handler,
 | 
| /Linux-v5.4/kernel/trace/ | 
| D | blktrace.c | 450 	.create_buf_file	= blk_create_buf_file_callback,
 |