Home
last modified time | relevance | path

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

/linux-4.4.14/ipc/
Dmqueue.c88 static const struct file_operations mqueue_file_operations; variable
234 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode()
993 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5()
1109 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5()
1271 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE2()
1345 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE3()
1386 static const struct file_operations mqueue_file_operations = { variable