HomeSort by relevance Sort by last modified time
    Searched refs:this_fs (Results 1 - 6 of 6) sorted by null

  /external/syslinux/core/fs/
getcwd.c 8 if((buf != NULL) && (strlen(this_fs->cwd_name) < size)) {
9 strcpy(buf, this_fs->cwd_name);
chdir.c 66 if (this_fs->fs_ops->realpath) {
67 s = this_fs->fs_ops->realpath(this_fs, dst, src, bufsize);
95 this_fs->cwd_name, this_fs->cwd, src);
97 if (this_fs->fs_ops->chdir)
98 return this_fs->fs_ops->chdir(this_fs, src);
111 put_inode(this_fs->cwd);
112 this_fs->cwd = get_inode(file->inode)
    [all...]
fs.c 15 __export struct fs_info *this_fs = NULL; /* Root filesystem */ variable in typeref:struct:fs_info
102 handle = this_fs->fs_ops->open_config(&fp->i.fd);
117 this_fs->fs_ops->mangle_name(dst, src);
150 name, this_fs->root, this_fs->cwd);
154 file->fs = this_fs;
176 inode = get_inode(this_fs->cwd);
212 inode = get_inode(this_fs->root);
238 inode = this_fs->fs_ops->iget(inode_name, inode);
270 if (!this_fs->fs_ops->readlink |
    [all...]
  /external/syslinux/com32/elflink/ldlinux/
chainboot.c 100 type == IMAGE_TYPE_BSS && this_fs->fs_ops->copy_super(buf))
  /external/syslinux/core/include/
fs.h 41 extern struct fs_info *this_fs;
  /external/syslinux/core/fs/fat/
fat.c 801 disk = this_fs->fs_dev->disk;

Completed in 104 milliseconds