Searched refs:remove_buf_file (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drelay.h150 * remove_buf_file - remove file representing a relay channel buffer
159 int (*remove_buf_file)(struct dentry *dentry); member in struct:rchan_callbacks
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c214 buf->chan->cb->remove_buf_file(buf->dentry);
295 * remove_buf_file() default callback. Does nothing.
308 .remove_buf_file = remove_buf_file_default_callback,
465 if (!cb->remove_buf_file)
466 cb->remove_buf_file = remove_buf_file_default_callback;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dblktrace.c309 .remove_buf_file = blk_remove_buf_file_callback,

Completed in 101 milliseconds