Searched refs:bilbyfs_new_inode (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/os/linux/
H A Dwrapper.c130 static struct inode *bilbyfs_new_inode(struct super_block *sb, function
136 bilbyfs_debug("bilbyfs_new_inode(mode = 0x%x)\n", mode);
152 bilbyfs_err("BilbyFsError: bilbyfs_new_inode(mode = 0x%x) = %d\n", mode, err);
181 inode = bilbyfs_new_inode(dir->i_sb, dir, S_IFREG | mode);
232 inode = bilbyfs_new_inode(dir->i_sb, dir, S_IFDIR | mode);
314 inode = bilbyfs_new_inode(dir->i_sb, dir, S_IFLNK | S_IRWXUGO);
973 root = bilbyfs_new_inode(sb, NULL, S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
1003 root = bilbyfs_new_inode(sb, NULL, S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);

Completed in 112 milliseconds