Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c98 static const struct file_operations mqueue_file_operations; variable
253 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode()
995 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_timedsend()
1108 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_timedreceive()
1287 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_notify()
1363 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in do_mq_getsetattr()
1561 static const struct file_operations mqueue_file_operations = { variable