Searched refs:superblock (Results 1 – 4 of 4) sorted by relevance
130 superblock = file->sb;131 RT_ASSERT(superblock);148 if (superblock) in devtmpfs_mount()154 superblock->root.sb = superblock; in devtmpfs_mount()161 mnt->data = superblock; in devtmpfs_mount()182 rt_free(superblock); in devtmpfs_unmount()299 RT_ASSERT(superblock); in devtmpfs_getdents()357 RT_ASSERT(superblock); in devtmpfs_symlink()396 RT_ASSERT(superblock); in devtmpfs_readlink()439 RT_ASSERT(superblock); in devtmpfs_unlink()[all …]
87 struct tmpfs_sb *superblock; in _free_subdir() local104 superblock = file->sb; in _free_subdir()120 struct tmpfs_sb *superblock; in dfs_tmpfs_mount() local123 if (superblock) in dfs_tmpfs_mount()130 superblock->root.sb = superblock; in dfs_tmpfs_mount()137 fs->data = superblock; in dfs_tmpfs_mount()149 struct tmpfs_sb *superblock; in dfs_tmpfs_unmount() local155 rt_free(superblock); in dfs_tmpfs_unmount()186 superblock = d_file->sb; in dfs_tmpfs_ioctl()310 superblock = d_file->sb; in dfs_tmpfs_write()[all …]
119 superblock = file->sb; in _free_subdir()138 if (superblock) in dfs_tmpfs_mount()144 superblock->root.sb = superblock; in dfs_tmpfs_mount()150 mnt->data = superblock; in dfs_tmpfs_mount()170 rt_free(superblock); in dfs_tmpfs_unmount()199 superblock = d_file->sb; in dfs_tmpfs_ioctl()201 RT_UNUSED(superblock); in dfs_tmpfs_ioctl()320 superblock = d_file->sb; in _dfs_tmpfs_write()507 superblock = d_file->sb; in dfs_tmpfs_getdents()509 RT_UNUSED(superblock); in dfs_tmpfs_getdents()[all …]
172 return &(superblock->root_file); in ptyfile_lookup()176 curfile = &superblock->root_file; in ptyfile_lookup()218 rt_mutex_release(&superblock->lock); in ptyfile_lookup()390 struct ptyfs_sb *superblock; in ptyfs_ops_setattr() local396 RT_ASSERT(superblock); in ptyfs_ops_setattr()414 struct ptyfs_sb *superblock; in ptyfs_ops_statfs() local419 superblock = (struct ptyfs_sb *)mnt->data; in ptyfs_ops_statfs()420 RT_ASSERT(superblock != NULL); in ptyfs_ops_statfs()461 struct ptyfs_sb *superblock; in ptyfs_ops_lookup() local559 struct ptyfs_sb *superblock; in devpty_deffops_getdents() local[all …]
Completed in 798 milliseconds