Searched refs:notify_fifo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs.h | 185 struct kfifo notify_fifo; member
|
H A D | main.c | 299 kfifo_free(&sbi->notify_fifo); in hmdfs_put_super() 712 ret = kfifo_alloc(&sbi->notify_fifo, PAGE_SIZE, GFP_KERNEL); in hmdfs_init_sbi() 990 kfifo_free(&sbi->notify_fifo); in hmdfs_fill_super()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs.h | 185 struct kfifo notify_fifo; member
|
H A D | main.c | 299 kfifo_free(&sbi->notify_fifo); in hmdfs_put_super() 712 ret = kfifo_alloc(&sbi->notify_fifo, PAGE_SIZE, GFP_KERNEL); in hmdfs_init_sbi() 991 kfifo_free(&sbi->notify_fifo); in hmdfs_fill_super()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | device_node.c | 142 out_len = kfifo_out(&sbi->notify_fifo, ¶m, sizeof(param)); in sbi_cmd_show() 1624 kfifo_in(&sbi->notify_fifo, param, sizeof(struct notify_param)); in notify()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | device_node.c | 142 out_len = kfifo_out(&sbi->notify_fifo, ¶m, sizeof(param)); in sbi_cmd_show() 1627 kfifo_in(&sbi->notify_fifo, param, sizeof(struct notify_param)); in notify()
|
Completed in 19 milliseconds