Home
last modified time | relevance | path

Searched refs:this_fs (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/syslinux/syslinux-6.03/core/fs/
H A Dchdir.c66 if (this_fs->fs_ops->realpath) { in realpath()
67 s = this_fs->fs_ops->realpath(this_fs, dst, src, bufsize); in realpath()
95 this_fs->cwd_name, this_fs->cwd, src); in chdir()
97 if (this_fs->fs_ops->chdir) in chdir()
98 return this_fs->fs_ops->chdir(this_fs, src); in chdir()
111 put_inode(this_fs->cwd); in chdir()
112 this_fs->cwd = get_inode(file->inode); in chdir()
116 s = generic_inode_to_path(this_fs->cwd, cwd_buf, CURRENTDIR_MAX-1); in chdir()
126 memcpy(this_fs->cwd_name, cwd_buf, s); in chdir()
129 this_fs->cwd_name, this_fs->cwd); in chdir()
H A Dfs.c102 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()
150 name, this_fs->root, this_fs->cwd); in searchdir()
154 file->fs = this_fs; in searchdir()
176 inode = get_inode(this_fs->cwd); in searchdir()
212 inode = get_inode(this_fs->root); in searchdir()
238 inode = this_fs->fs_ops->iget(inode_name, inode); in searchdir()
270 if (!this_fs->fs_ops->readlink || in searchdir()
380 if (!this_fs || !this_fs->fs_ops || !this_fs->fs_ops->fs_uuid) in fs_uuid()
382 return this_fs->fs_ops->fs_uuid(this_fs); in fs_uuid()
[all …]
H A Dgetcwd.c8 if((buf != NULL) && (strlen(this_fs->cwd_name) < size)) { in core_getcwd()
9 strcpy(buf, this_fs->cwd_name); in core_getcwd()
/dports/sysutils/syslinux/syslinux-6.03/com32/elflink/ldlinux/
H A Dchainboot.c100 type == IMAGE_TYPE_BSS && this_fs->fs_ops->copy_super(buf)) in chainboot_file()
/dports/sysutils/syslinux/syslinux-6.03/core/include/
H A Dfs.h41 extern struct fs_info *this_fs;
/dports/sysutils/syslinux/syslinux-6.03/core/fs/fat/
H A Dfat.c801 disk = this_fs->fs_dev->disk; in vfat_copy_superblock()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dgvariant.c750 gsize this_fs; in calculate_type_info() local
753 calculate_type_info (sub, &this_fs, &this_al); in calculate_type_info()
757 if (!this_fs) in calculate_type_info()
766 size += this_fs; in calculate_type_info()