Searched refs:mqueue_file_operations (Results 1 – 1 of 1) sorted by relevance
159 static const struct file_operations mqueue_file_operations; variable310 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode()1066 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) in do_mq_timedsend()1166 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) in do_mq_timedreceive()1328 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) { in do_mq_notify()1399 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) in do_mq_getsetattr()1594 static const struct file_operations mqueue_file_operations = { variable