Lines Matching refs:file
37 #include "fs/file.h"
114 struct file *file = NULL;
118 ret = fs_getfilep(fd, &file);
122 fullPath = strdup(file->f_path);
652 struct file *file = NULL;
659 ret = fs_getfilep(sysFd, &file);
664 ret = chdir(file->f_path);
1417 struct file *filep = NULL;
1452 struct file *filep = NULL;
1457 /* Get the file structure corresponding to the file descriptor. */
2417 struct file *file = NULL;
2424 ret = fs_getfilep(sysFd, &file);
2429 ret = chattr(file->f_path, &attr);
2476 struct file *file = NULL;
2483 ret = fs_getfilep(sysFd, &file);
2496 ret = chattr(file->f_path, &attr);
2617 struct file *filep = NULL;