Home
last modified time | relevance | path

Searched refs:remove_buf_file (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Drelay.h159 int (*remove_buf_file)(struct dentry *dentry); member
/linux-4.1.27/kernel/
Drelay.c329 .remove_buf_file = remove_buf_file_default_callback,
486 buf->chan->cb->remove_buf_file(buf->dentry); in relay_close_buf()
506 if (!cb->remove_buf_file) in setup_callbacks()
507 cb->remove_buf_file = remove_buf_file_default_callback; in setup_callbacks()
/linux-4.1.27/Documentation/filesystems/
Drelay.txt181 remove_buf_file(dentry)
208 for two callback functions, create_buf_file() and remove_buf_file().
213 remove_buf_file() must also be defined; it's responsible for deleting
234 * remove_buf_file() callback. Removes relay file from debugfs.
249 .remove_buf_file = remove_buf_file_handler,
284 create_buf_file() and remove_buf_file() will be called only once. The
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dspectral.c493 .remove_buf_file = remove_buf_file_handler,
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c576 .remove_buf_file = remove_buf_file_handler,
/linux-4.1.27/kernel/trace/
Dblktrace.c413 .remove_buf_file = blk_remove_buf_file_callback,