Home
last modified time | relevance | path

Searched refs:notify_fifo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs.h185 struct kfifo notify_fifo; member
H A Dmain.c299 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 Dhmdfs.h185 struct kfifo notify_fifo; member
H A Dmain.c299 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 Ddevice_node.c142 out_len = kfifo_out(&sbi->notify_fifo, &param, 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 Ddevice_node.c142 out_len = kfifo_out(&sbi->notify_fifo, &param, sizeof(param)); in sbi_cmd_show()
1627 kfifo_in(&sbi->notify_fifo, param, sizeof(struct notify_param)); in notify()

Completed in 10 milliseconds