Lines Matching defs:f
46 static int file_tag_cmp(const struct file *f, const uint8_t *tag, in file_tag_cmp()
57 struct file *f = NULL; in file_find_tag_unlocked() local
66 static void file_free(struct file *f) in file_free()
81 TEE_Result file_add_slice(struct file *f, struct fobj *fobj, in file_add_slice()
109 struct file *file_get(struct file *f) in file_get()
119 struct file *f = NULL; in file_get_by_tag() local
167 void file_put(struct file *f) in file_put()
179 struct file_slice *file_find_slice(struct file *f, unsigned int page_offset) in file_find_slice()
196 void file_lock(struct file *f) in file_lock()
201 bool file_trylock(struct file *f) in file_trylock()
206 void file_unlock(struct file *f) in file_unlock()