Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drelay.h159 int (*remove_buf_file)(struct dentry *dentry); member
/linux-4.4.14/kernel/
Drelay.c326 .remove_buf_file = remove_buf_file_default_callback,
483 buf->chan->cb->remove_buf_file(buf->dentry); in relay_close_buf()
503 if (!cb->remove_buf_file) in setup_callbacks()
504 cb->remove_buf_file = remove_buf_file_default_callback; in setup_callbacks()
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/ath10k/
Dspectral.c501 .remove_buf_file = remove_buf_file_handler,
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c1066 .remove_buf_file = remove_buf_file_handler,
/linux-4.4.14/kernel/trace/
Dblktrace.c413 .remove_buf_file = blk_remove_buf_file_callback,