open_file
struct open_file *of;
of = (struct open_file*)(long)fi->fh;
struct open_file *of;
of = (struct open_file*)(long)fi->fh;
struct open_file *of;
of = (struct open_file*)malloc(sizeof(struct open_file));
of->previous = (struct open_file*)NULL;
result = open_file(openWith, entry, line);
result = open_file(openWith, entry, line, col);
result = open_file(openWith, entry);
return open_file(realPath.c_str(), openMode, perms);
return open_file(realPath.c_str(), openMode, perms);
int fd = open_file(file.name, O_RDONLY);
int fd = open_file(name, O_RDWR | O_CREAT | O_TRUNC);
int fd = open_file(file.name, O_WRONLY | O_APPEND);
int fd = open_file(file.name, O_CREAT | O_WRONLY | O_TRUNC);
int fd = open_file(file.name, O_WRONLY | O_TRUNC);
status_t error = open_file(volume, node, openMode, transaction, true,
error = open_file(volume, cookie->attribute, openMode, transaction, false,
error = open_file(volume, childNode, openMode, transaction,
error = open_file(volume, newFile, openMode & ~O_TRUNC, transaction,