Lines Matching +defs:object +defs:path
17 static bool __cachefiles_mark_inode_in_use(struct cachefiles_object *object, in __cachefiles_mark_inode_in_use()
33 static bool cachefiles_mark_inode_in_use(struct cachefiles_object *object, in cachefiles_mark_inode_in_use()
47 static void __cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in __cachefiles_unmark_inode_in_use()
54 static void cachefiles_do_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_do_unmark_inode_in_use()
66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_unmark_inode_in_use()
90 struct path path; in cachefiles_get_directory() local
229 struct cachefiles_object *object, in cachefiles_unlink()
233 struct path path = { in cachefiles_unlink() local
265 struct cachefiles_object *object, in cachefiles_bury_object()
271 struct path path, path_to_graveyard; in cachefiles_bury_object() local
416 int cachefiles_delete_object(struct cachefiles_object *object, in cachefiles_delete_object()
440 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object) in cachefiles_create_tmpfile()
519 static bool cachefiles_create_file(struct cachefiles_object *object) in cachefiles_create_file()
544 static bool cachefiles_open_file(struct cachefiles_object *object, in cachefiles_open_file()
549 struct path path; in cachefiles_open_file() local
619 bool cachefiles_look_up_object(struct cachefiles_object *object) in cachefiles_look_up_object()
671 struct cachefiles_object *object) in cachefiles_commit_tmpfile()