Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c231 static struct inode *mqueue_get_inode(struct super_block *sb, in mqueue_get_inode() argument
239 inode = new_inode(sb); in mqueue_get_inode()
342 static int mqueue_fill_super(struct super_block *sb, struct fs_context *fc) in mqueue_fill_super() argument
345 struct ipc_namespace *ns = sb->s_fs_info; in mqueue_fill_super()
347 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()
348 sb->s_blocksize = PAGE_SIZE; in mqueue_fill_super()
349 sb->s_blocksize_bits = PAGE_SHIFT; in mqueue_fill_super()
350 sb->s_magic = MQUEUE_MAGIC; in mqueue_fill_super()
351 sb->s_op = &mqueue_super_ops; in mqueue_fill_super()
353 inode = mqueue_get_inode(sb, ns, S_IFDIR | S_ISVTX | S_IRWXUGO, NULL); in mqueue_fill_super()
[all …]