Home
last modified time | relevance | path

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

/external/syslinux/core/fs/
Dfs.c84 file->fs->fs_ops->close_file(file); in _close_file()
102 handle = this_fs->fs_ops->open_config(&fp->i.fd); in open_config()
117 this_fs->fs_ops->mangle_name(dst, src); in mangle_name()
127 bytes_read = file->fs->fs_ops->getfssec(file, buf, sectors, &have_more); in pmapi_read_file()
157 if (file->fs->fs_ops->searchdir) { in searchdir()
158 file->fs->fs_ops->searchdir(name, flags, file); in searchdir()
238 inode = this_fs->fs_ops->iget(inode_name, inode); in searchdir()
270 if (!this_fs->fs_ops->readlink || in searchdir()
280 copied = this_fs->fs_ops->readlink(inode, new_path); in searchdir()
380 if (!this_fs || !this_fs->fs_ops || !this_fs->fs_ops->fs_uuid) in fs_uuid()
[all …]
Dchdir.c66 if (this_fs->fs_ops->realpath) { in realpath()
67 s = this_fs->fs_ops->realpath(this_fs, dst, src, bufsize); in realpath()
97 if (this_fs->fs_ops->chdir) in chdir()
98 return this_fs->fs_ops->chdir(this_fs, src); in chdir()
Dreaddir.c40 if (dd_dir->fs->fs_ops->readdir) { in readdir()
41 rv = dd_dir->fs->fs_ops->readdir(dd_dir, &buf); in readdir()
Dgetfssec.c79 if (inode->fs->fs_ops->next_extent(inode, lstart)) in get_next_extent()
Ddiskio_bios.c402 fs_init((const struct fs_ops **)regs->eax.l, (void *)&priv); in pm_fs_init()
/external/syslinux/core/include/
Dfs.h32 const struct fs_ops *fs_ops; member
51 struct fs_ops { struct
200 void fs_init(const struct fs_ops **ops, void *priv);
/external/syslinux/com32/elflink/ldlinux/
Dloadhigh.c85 bytes_read = fs->fs_ops->getfssec(file, buf, sectors, &have_more); in pm_load_high()
Dchainboot.c100 type == IMAGE_TYPE_BSS && this_fs->fs_ops->copy_super(buf)) in chainboot_file()
/external/syslinux/efi/
Dmain.c1213 extern const struct fs_ops vfat_fs_ops;
1214 extern const struct fs_ops pxe_fs_ops;
1257 const struct fs_ops *ops[] = { NULL, NULL }; in efi_main()
/external/syslinux/core/fs/iso9660/
Diso9660.c322 const struct fs_ops iso_fs_ops = {
/external/syslinux/core/fs/ext2/
Dext2.c362 const struct fs_ops ext2_fs_ops = {
/external/syslinux/core/fs/pxe/
Dpxe.c685 const struct fs_ops pxe_fs_ops = {
/external/syslinux/core/fs/xfs/
Dxfs.c417 const struct fs_ops xfs_fs_ops = {
/external/syslinux/core/fs/ufs/
Dufs.c472 const struct fs_ops ufs_fs_ops = {
/external/syslinux/core/fs/fat/
Dfat.c844 const struct fs_ops vfat_fs_ops = {
/external/syslinux/core/fs/btrfs/
Dbtrfs.c679 const struct fs_ops btrfs_fs_ops = {
/external/e2fsprogs/misc/
Dfuse2fs.c3574 static struct fuse_operations fs_ops = { variable
3703 fuse_main(outargs->argc, outargs->argv, &fs_ops, NULL); in fuse2fs_opt_proc()
3714 fuse_main(outargs->argc, outargs->argv, &fs_ops, NULL); in fuse2fs_opt_proc()
3862 fuse_main(args.argc, args.argv, &fs_ops, &fctx); in main()
/external/syslinux/core/fs/ntfs/
Dntfs.c1362 const struct fs_ops ntfs_fs_ops = {