Searched refs:cachefiles_get_directory (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/cachefiles/ |
H A D | volume.c | 48 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume() 72 fan = cachefiles_get_directory(cache, vdentry, name, NULL); in cachefiles_acquire_volume()
|
H A D | cache.c | 127 cachedir = cachefiles_get_directory(cache, root, "cache", NULL); in cachefiles_add_cache() 136 graveyard = cachefiles_get_directory(cache, root, "graveyard", NULL); in cachefiles_add_cache()
|
H A D | internal.h | 286 extern struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
|
H A D | namei.c | 84 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory() function
|