Searched refs:file_id_t (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/exfat/ |
D | exfat_super.c | 51 struct file_id_t *fid, loff_t i_pos); 547 static int ffsLookupFile(struct inode *inode, char *path, struct file_id_t *fid) in ffsLookupFile() 645 struct file_id_t *fid) in ffsCreateFile() 685 static int ffsReadFile(struct inode *inode, struct file_id_t *fid, void *buffer, in ffsReadFile() 809 static int ffsWriteFile(struct inode *inode, struct file_id_t *fid, in ffsWriteFile() 1077 struct file_id_t *fid = &(EXFAT_I(inode)->fid); in ffsTruncateFile() 1199 static void update_parent_info(struct file_id_t *fid, in update_parent_info() 1203 struct file_id_t *parent_fid = &(EXFAT_I(parent_inode)->fid); in update_parent_info() 1216 static int ffsMoveFile(struct inode *old_parent_inode, struct file_id_t *fid, in ffsMoveFile() 1230 struct file_id_t *new_fid = NULL; in ffsMoveFile() [all …]
|
D | exfat.h | 279 struct file_id_t { struct 732 struct file_id_t fid; 942 struct uni_name_t *p_uniname, struct file_id_t *fid); 944 struct uni_name_t *p_uniname, u8 mode, struct file_id_t *fid); 947 struct uni_name_t *p_uniname, struct file_id_t *fid); 950 struct file_id_t *fid);
|
D | exfat_core.c | 2064 struct file_id_t *fid = &(EXFAT_I(inode)->fid); in find_empty_entry() 2962 struct file_id_t *fid = &(EXFAT_I(inode)->fid); in resolve_path() 3201 struct uni_name_t *p_uniname, struct file_id_t *fid) in create_dir() 3306 struct uni_name_t *p_uniname, u8 mode, struct file_id_t *fid) in create_file() 3385 struct uni_name_t *p_uniname, struct file_id_t *fid) in exfat_rename_file() 3491 struct file_id_t *fid) in move_file()
|