Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 1 of 1) sorted by relevance

/ipc/
Dmqueue.c342 static int mqueue_fill_super(struct super_block *sb, struct fs_context *fc) in mqueue_fill_super()
363 static int mqueue_get_tree(struct fs_context *fc) in mqueue_get_tree()
370 static void mqueue_fs_context_free(struct fs_context *fc) in mqueue_fs_context_free()
378 static int mqueue_init_fs_context(struct fs_context *fc) in mqueue_init_fs_context()
397 struct fs_context *fc; in mq_create_mount() local