Lines Matching refs:open_file
214 struct open_file { struct
215 struct open_file *next; argument
216 struct open_file *previous; argument
1606 struct open_file *of; in ntfs_fuse_open()
1679 of = (struct open_file*)malloc(sizeof(struct open_file)); in ntfs_fuse_open()
1688 of->previous = (struct open_file*)NULL; in ntfs_fuse_open()
1731 struct open_file *of; in ntfs_fuse_read()
1733 of = (struct open_file*)(long)fi->fh; in ntfs_fuse_read()
1812 struct open_file *of; in ntfs_fuse_write()
1814 of = (struct open_file*)(long)fi->fh; in ntfs_fuse_write()
2346 struct open_file *of; in ntfs_fuse_create()
2523 of = (struct open_file*)malloc(sizeof(struct open_file)); in ntfs_fuse_create()
2529 of->previous = (struct open_file*)NULL; in ntfs_fuse_create()
2697 struct open_file *of; in ntfs_fuse_rm()
3077 struct open_file *of; in ntfs_fuse_release()
3081 of = (struct open_file*)(long)fi->fh; in ntfs_fuse_release()