Searched refs:fs_ops (Results 1 – 18 of 18) sorted by relevance
/external/syslinux/core/fs/ |
D | fs.c | 84 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 …]
|
D | chdir.c | 66 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()
|
D | readdir.c | 40 if (dd_dir->fs->fs_ops->readdir) { in readdir() 41 rv = dd_dir->fs->fs_ops->readdir(dd_dir, &buf); in readdir()
|
D | getfssec.c | 79 if (inode->fs->fs_ops->next_extent(inode, lstart)) in get_next_extent()
|
D | diskio_bios.c | 402 fs_init((const struct fs_ops **)regs->eax.l, (void *)&priv); in pm_fs_init()
|
/external/syslinux/core/include/ |
D | fs.h | 32 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/ |
D | loadhigh.c | 85 bytes_read = fs->fs_ops->getfssec(file, buf, sectors, &have_more); in pm_load_high()
|
D | chainboot.c | 100 type == IMAGE_TYPE_BSS && this_fs->fs_ops->copy_super(buf)) in chainboot_file()
|
/external/syslinux/efi/ |
D | main.c | 1213 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/ |
D | iso9660.c | 322 const struct fs_ops iso_fs_ops = {
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 362 const struct fs_ops ext2_fs_ops = {
|
/external/syslinux/core/fs/pxe/ |
D | pxe.c | 685 const struct fs_ops pxe_fs_ops = {
|
/external/syslinux/core/fs/xfs/ |
D | xfs.c | 417 const struct fs_ops xfs_fs_ops = {
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 472 const struct fs_ops ufs_fs_ops = {
|
/external/syslinux/core/fs/fat/ |
D | fat.c | 844 const struct fs_ops vfat_fs_ops = {
|
/external/syslinux/core/fs/btrfs/ |
D | btrfs.c | 679 const struct fs_ops btrfs_fs_ops = {
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 3574 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/ |
D | ntfs.c | 1362 const struct fs_ops ntfs_fs_ops = {
|