Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat_ent.c23 struct block_device *blk = inode->sb->blk_device; in fat32_alloc_clusters() local
126 uint32_t fat32_read_FAT_entry(struct block_device *blk, fat32_sb_info_t *fsbi, uint32_t cluster) in fat32_read_FAT_entry()
152 int fat32_write_FAT_entry(struct block_device *blk, fat32_sb_info_t *fsbi, uint32_t cluster, uint32… in fat32_write_FAT_entry()
195 struct block_device *blk = parent_inode->sb->blk_device; in fat32_find_empty_dentry() local
Dfat32.c61 struct block_device *blk = parent_inode->sb->blk_device; in __fat32_search_long_short() local
373 struct vfs_superblock_t *fat32_read_superblock(struct block_device *blk) in fat32_read_superblock()
578 struct block_device *blk = file_ptr->dEntry->dir_inode->sb->blk_device; in fat32_read() local
666 struct block_device *blk = file_ptr->dEntry->dir_inode->sb->blk_device; in fat32_write() local
879 struct block_device *blk = inode->sb->blk_device; in fat32_create() local
988 struct block_device *blk = inode->sb->blk_device; in fat32_mkdir() local
1161 struct block_device *blk = file_ptr->dEntry->dir_inode->sb->blk_device; in fat32_readdir() local
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c34 struct vfs_superblock_t *devfs_read_superblock(struct block_device *blk) in devfs_read_superblock()
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.c30 struct vfs_superblock_t *vfs_mount_fs(const char *path, char *name, struct block_device *blk) in vfs_mount_fs()
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c41 struct vfs_superblock_t *procfs_read_superblock(struct block_device *blk) in procfs_read_superblock()