Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/tmpfs/
A Ddfs_tmpfs.h40 rt_size_t df_size; /* df size */ member
A Ddfs_tmpfs.c125 superblock->df_size = sizeof(struct tmpfs_sb); in dfs_tmpfs_mount()
171 buf->f_blocks = (superblock->df_size + 511) / 512; in dfs_tmpfs_statfs()
323 superblock->df_size += (fd->pos - d_file->size + count); in dfs_tmpfs_write()
416 superblock->df_size += sizeof(struct tmpfs_file); in dfs_tmpfs_open()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.h41 rt_size_t df_size; /* df size */ member
A Ddfs_tmpfs.c140 superblock->df_size = sizeof(struct tmpfs_sb); in dfs_tmpfs_mount()
184 buf->f_blocks = (superblock->df_size + 511) / 512; in dfs_tmpfs_statfs()
334 superblock->df_size += (*pos - d_file->size + count); in _dfs_tmpfs_write()
736 superblock->df_size += sizeof(struct tmpfs_file); in dfs_tmpfs_create_vnode()
845 superblock->df_size = offset; in dfs_tmpfs_truncate()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c50 rt_size_t df_size; /* df size */ member
150 superblock->df_size = sizeof(struct devtmpfs_sb); in devtmpfs_mount()
253 buf->f_blocks = (superblock->df_size + 511) / 512; in devtmpfs_statfs()
365 superblock->df_size += sizeof(struct devtmpfs_file); in devtmpfs_symlink()
523 superblock->df_size += sizeof(struct devtmpfs_file); in devtmpfs_create_vnode()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c77 rt_size_t df_size; /* df size */ member
135 sb->df_size += sizeof(struct ptyfs_file); in ptyfile_add_to_root()
148 sb->df_size -= sizeof(struct ptyfs_file); in ptyfile_remove_from_root()
363 sb->df_size = sizeof(struct ptyfs_sb); in ptyfs_ops_mount()
423 buf->f_blocks = (superblock->df_size + OPTIMAL_BSIZE - 1) / OPTIMAL_BSIZE; in ptyfs_ops_statfs()

Completed in 12 milliseconds