Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c160 static const struct file_operations mqueue_file_operations; variable
313 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode()
1095 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_timedsend()
1210 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_timedreceive()
1391 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_notify()
1468 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_getsetattr()
1666 static const struct file_operations mqueue_file_operations = { variable