Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c89 static const struct file_operations mqueue_file_operations; variable
238 inode->i_fop = &mqueue_file_operations; in mqueue_get_inode()
986 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5()
1102 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE5()
1262 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE2()
1336 if (unlikely(f.file->f_op != &mqueue_file_operations)) { in SYSCALL_DEFINE3()
1377 static const struct file_operations mqueue_file_operations = { variable