Home
last modified time | relevance | path

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

/linux-3.3/ipc/
Dmqueue.c80 static const struct file_operations mqueue_file_operations; variable
133 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode()
886 if (unlikely(filp->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5()
976 if (unlikely(filp->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5()
1118 if (unlikely(filp->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE2()
1191 if (unlikely(filp->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE3()
1232 static const struct file_operations mqueue_file_operations = { variable