Searched defs:filename (Results 1 – 6 of 6) sorted by relevance
376 uint64_t do_open(const char *filename, int flags, bool from_user) in do_open()537 char *filename = (char *)(regs->r8); in sys_open() local
83 static long rootfs_hash(struct vfs_dir_entry_t *dEntry, char *filename) { return 0; } in rootfs_hash()
40 static char *get_target_filepath(const char *filename, int *result_path_len) in get_target_filepath()
60 static long devfs_hash(struct vfs_dir_entry_t *dEntry, char *filename) { return 0; } in devfs_hash()
74 static long procfs_hash(struct vfs_dir_entry_t *dEntry, char *filename) in procfs_hash()
526 long fat32_hash(struct vfs_dir_entry_t *dEntry, char *filename) in fat32_hash()