Searched refs:notify_fifo (Results 1 – 3 of 3) sorted by relevance
179 struct kfifo notify_fifo; member
277 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()
197 out_len = kfifo_out(&sbi->notify_fifo, ¶m, sizeof(param)); in sbi_cmd_show()1679 kfifo_in(&sbi->notify_fifo, param, sizeof(struct notify_param)); in notify()