Home
last modified time | relevance | path

Searched refs:notify_fifo (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs.h179 struct kfifo notify_fifo; member
Dmain.c277 kfifo_free(&sbi->notify_fifo); in hmdfs_put_super()
690 ret = kfifo_alloc(&sbi->notify_fifo, PAGE_SIZE, GFP_KERNEL); in hmdfs_init_sbi()
963 kfifo_free(&sbi->notify_fifo); in hmdfs_fill_super()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Ddevice_node.c197 out_len = kfifo_out(&sbi->notify_fifo, &param, sizeof(param)); in sbi_cmd_show()
1679 kfifo_in(&sbi->notify_fifo, param, sizeof(struct notify_param)); in notify()