Searched defs:fs (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/bin/
H A Dmount.c38 const char *fs = NULL; local
/haiku/src/bin/writembr/
H A Dwritembr.cpp70 fstream fs; local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp29 FileSystem* fs = fsInitializer->GetFileSystem(); local
H A DVolume.cpp1569 SyncRemover(FileSystem* fs, selectsync* sync) argument
1573 FileSystem* fs; member in struct:SyncRemover
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h33 void SetFS(fuse_fs* fs) { fFS = fs; } argument
H A Dfuse_fs.cpp16 fuse_fs_getattr(struct fuse_fs* fs, const char* path, struct stat* buf) argument
25 fuse_fs_fgetattr(struct fuse_fs* fs, const char* path, struct stat* buf, argument
35 fuse_fs_rename(struct fuse_fs* fs, const char* oldpath, const char* newpath) argument
44 fuse_fs_unlink(struct fuse_fs* fs, cons argument
53 fuse_fs_rmdir(struct fuse_fs* fs, const char* path) argument
62 fuse_fs_symlink(struct fuse_fs* fs, const char* linkname, const char* path) argument
71 fuse_fs_link(struct fuse_fs* fs, const char* oldpath, const char* newpath) argument
80 fuse_fs_release(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
90 fuse_fs_open(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
99 fuse_fs_read(struct fuse_fs* fs, const char* path, char *buf, size_t size, off_t off, struct fuse_file_info* fi) argument
109 fuse_fs_write(struct fuse_fs* fs, const char* path, const char* buf, size_t size, off_t off, struct fuse_file_info* fi) argument
119 fuse_fs_fsync(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi) argument
129 fuse_fs_flush(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
138 fuse_fs_statfs(struct fuse_fs* fs, const char* path, struct statvfs* buf) argument
147 fuse_fs_opendir(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
156 fuse_fs_readdir(struct fuse_fs* fs, const char* path, void* buf, fuse_fill_dir_t filler, off_t off, struct fuse_file_info* fi) argument
166 fuse_fs_fsyncdir(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi) argument
176 fuse_fs_releasedir(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
186 fuse_fs_create(struct fuse_fs* fs, const char* path, mode_t mode, struct fuse_file_info* fi) argument
196 fuse_fs_lock(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi, int cmd, struct flock* lock) argument
206 fuse_fs_chmod(struct fuse_fs* fs, const char* path, mode_t mode) argument
215 fuse_fs_chown(struct fuse_fs* fs, const char* path, uid_t uid, gid_t gid) argument
224 fuse_fs_truncate(struct fuse_fs* fs, const char* path, off_t size) argument
233 fuse_fs_ftruncate(struct fuse_fs* fs, const char* path, off_t size, struct fuse_file_info* fi) argument
243 fuse_fs_utimens(struct fuse_fs* fs, const char* path, const struct timespec tv[2]) argument
262 fuse_fs_access(struct fuse_fs* fs, const char* path, int mask) argument
271 fuse_fs_readlink(struct fuse_fs* fs, const char* path, char* buf, size_t len) argument
280 fuse_fs_mknod(struct fuse_fs* fs, const char* path, mode_t mode, dev_t rdev) argument
289 fuse_fs_mkdir(struct fuse_fs* fs, const char* path, mode_t mode) argument
298 fuse_fs_setxattr(struct fuse_fs* fs, const char* path, const char* name, const char* value, size_t size, int flags) argument
308 fuse_fs_getxattr(struct fuse_fs* fs, const char* path, const char* name, char* value, size_t size) argument
318 fuse_fs_listxattr(struct fuse_fs* fs, const char* path, char* list, size_t size) argument
327 fuse_fs_removexattr(struct fuse_fs* fs, const char* path, const char* name) argument
336 fuse_fs_bmap(struct fuse_fs* fs, const char* path, size_t blocksize, uint64_t* idx) argument
345 fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg, struct fuse_file_info *fi, unsigned int flags, void *data) argument
356 fuse_fs_init(struct fuse_fs* fs, struct fuse_conn_info* conn) argument
365 fuse_fs_destroy(struct fuse_fs* fs) argument
382 fuse_fs* fs = new(std::nothrow) fuse_fs; local
[all...]
/haiku/headers/os/drivers/
H A Dbios.h51 uint32 fs; member in struct:bios_regs
/haiku/headers/private/kernel/arch/x86/32/
H A Diframe.h15 uint32 fs; member in struct:iframe
H A Ddescriptors.h84 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
/haiku/src/system/libroot/posix/unistd/
H A Dconf.cpp427 __pathconf_common(struct statvfs *fs, struct stat *st, argument
540 struct statvfs fs; local
560 struct statvfs fs; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp133 FileInfo::UpdateFileHandles(FileSystem* fs) argument
H A DFileSystem.cpp154 FileSystem* fs = new(std::nothrow) FileSystem(configuration); local
[all...]
H A DNFS4Server.cpp63 FileSystem* fs = fFileSystems.Head(); local
83 NFS4Server::AddFileSystem(FileSystem* fs) argument
97 RemoveFileSystem(FileSystem* fs) argument
148 FileSystem* fs = fFileSystems.Head(); local
407 FileSystem* fs = fFileSystems.Head(); local
[all...]
H A DInode.cpp46 Inode::CreateInode(FileSystem* fs, const FileInfo& fi, Inode** _inode) argument
H A Dkernel_interface.cpp197 FileSystem* fs; local
243 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
272 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
287 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
348 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
731 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
765 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
841 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
1019 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
1104 FileSystem* fs = reinterpret_cast<FileSystem*>(volume->private_volume); local
[all...]
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h16 uint64 fs; member in struct:x86_64_debug_cpu_state
/haiku/headers/os/arch/x86/
H A Darch_debugger.h47 uint32 fs; member in struct:x86_debug_cpu_state
/haiku/headers/private/firewire/
H A Diec68113.h81 uint8_t fs:1, /* 50/60 field system member in struct:ciphdr::__anon722::__anon723
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp146 reiserfs_unmount(fs_volume* fs) argument
158 reiserfs_read_fs_info(fs_volume* fs, struct fs_info *info) argument
179 reiserfs_lookup(fs_volume* fs, fs_vnode* _dir, const char *entryName, argument
236 reiserfs_read_vnode(fs_volume *fs, ino_t vnid, fs_vnode *node, int *_type, argument
262 reiserfs_write_vnode(fs_volume *fs, fs_vnode *_node, bool reenter) argument
286 reiserfs_read_symlink(fs_volume *fs, fs_vnode *_node, char *buffer, size_t *bufferSize) argument
306 reiserfs_access(fs_volume *fs, fs_vnode *_node, int mode) argument
326 reiserfs_read_stat(fs_volume *fs, fs_vnode *_node, struct stat *st) argument
355 reiserfs_open(fs_volume *fs, fs_vnode *_node, int openMode, void **cookie) argument
386 reiserfs_close(fs_volume *fs, fs_vnode *_node, void *cookie) argument
399 reiserfs_free_cookie(fs_volume *fs, fs_vnode *_node, void *cookie) argument
414 reiserfs_read(fs_volume *fs, fs_vnode *_node, void *cookie, off_t pos, void *buffer, size_t *bufferSize) argument
476 reiserfs_open_dir(fs_volume *fs, fs_vnode *_node, void **cookie) argument
517 reiserfs_close_dir(fs_volume *fs, fs_vnode *_node, void *cookie) argument
530 reiserfs_free_dir_cookie(fs_volume *fs, fs_vnode *_node, void *cookie) argument
545 reiserfs_read_dir(fs_volume *fs, fs_vnode *_node, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
644 reiserfs_rewind_dir(fs_volume *fs, fs_vnode *_node, void *cookie) argument
[all...]
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c519 cistpl_fax_serv_t *fs; local
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h37 uint64 fs: 2; // FPU status member in struct:MstatusReg::__anon65
62 uint64 fs: 2; // FPU status member in struct:SstatusReg::__anon66
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp383 packagefs_close(fs_volume* fs, fs_vnode* _node, void* cookie) argument
/haiku/src/system/kernel/fs/
H A Drootfs.cpp170 rootfs_create_vnode(struct rootfs* fs, struct rootfs_vnode* parent, argument
206 rootfs_delete_vnode(struct rootfs* fs, struct rootfs_vnode* v, bool force_delete) argument
260 rootfs_insert_in_dir(struct rootfs* fs, struct rootfs_vnode* dir, argument
291 rootfs_remove_from_dir(struct rootfs* fs, struct rootfs_vnode* dir, argument
328 remove_node(struct rootfs* fs, struct rootfs_vnode* directory, argument
352 rootfs_remove(struct rootfs* fs, struct rootfs_vnode* dir, const char* name, bool isDirectory) argument
386 struct rootfs* fs; local
440 struct rootfs* fs = (struct rootfs*)_volume->private_volume; local
475 struct rootfs* fs = (struct rootfs*)_volume->private_volume; local
523 struct rootfs* fs = (struct rootfs*)_volume->private_volume; local
565 struct rootfs* fs = (struct rootfs*)_volume->private_volume; local
664 struct rootfs* fs = (rootfs*)_volume->private_volume; local
699 struct rootfs* fs = (rootfs*)_volume->private_volume; local
716 struct rootfs* fs = (struct rootfs*)_volume->private_volume; local
755 struct rootfs* fs = (rootfs*)_volume->private_volume; local
778 struct rootfs* fs = (rootfs*)_volume->private_volume; local
843 struct rootfs* fs = (rootfs*)_volume->private_volume; local
911 struct rootfs* fs = (rootfs*)_volume->private_volume; local
953 struct rootfs* fs = (rootfs*)_volume->private_volume; local
970 struct rootfs* fs = (rootfs*)_volume->private_volume; local
1056 struct rootfs* fs = (rootfs*)_volume->private_volume; local
1092 struct rootfs* fs = (rootfs*)_volume->private_volume; local
1155 struct rootfs* fs = (rootfs*)_volume->private_volume; local
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp257 devfs_create_vnode(struct devfs* fs, devfs_vnode* parent, const char* name) argument
284 devfs_delete_vnode(struct devfs* fs, struc argument
427 add_partition(struct devfs* fs, struct devfs_vnode* device, const char* name, const partition_info& info) argument
549 get_node_for_path(struct devfs* fs, const char* path, struct devfs_vnode** _node) argument
558 unpublish_node(struct devfs* fs, devfs_vnode* node, mode_t type) argument
578 publish_node(devfs* fs, devfs_vnode* dirNode, struct devfs_vnode* node) argument
586 publish_directory(struct devfs* fs, const char* path) argument
651 new_node(struct devfs* fs, const char* path, struct devfs_vnode** _node, struct devfs_vnode** _dir) argument
737 publish_device(struct devfs* fs, const char* path, BaseDevice* device) argument
899 struct devfs* fs; local
964 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1001 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1051 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1089 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1280 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1304 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1337 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1355 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1422 struct devfs* fs = (struct devfs*)_volume->private_volume; local
1871 struct devfs* fs = (struct devfs*)_volume->private_volume; local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c1246 proceed_next_node(const re_match_context_t *mctx, int nregs, regmatch_t *regs, int *pidx, int node, re_node_set *eps_via_nodes, struct re_fail_stack_t *fs) argument
1346 push_fail_stack(struct re_fail_stack_t *fs, int str_idx, int dest_node, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1373 pop_fail_stack(struct re_fail_stack_t *fs, int *pidx, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1399 struct re_fail_stack_t *fs; local
1500 free_fail_stack_return(struct re_fail_stack_t *fs) argument
[all...]

Completed in 222 milliseconds

12