Searched refs:mqueue_file_operations (Results 1 – 1 of 1) sorted by relevance
160 static const struct file_operations mqueue_file_operations; variable 311 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode() 1091 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) in do_mq_timedsend() 1191 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) in do_mq_timedreceive() 1353 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) { in do_mq_notify() 1424 if (unlikely(fd_file(f)->f_op != &mqueue_file_operations)) in do_mq_getsetattr() 1619 static const struct file_operations mqueue_file_operations = { variable