Home
last modified time | relevance | path

Searched refs:vdentry (Results 1 – 1 of 1) sorted by relevance

/fs/cachefiles/
A Dvolume.c22 struct dentry *vdentry, *fan; in cachefiles_acquire_volume() local
48 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume()
49 if (IS_ERR(vdentry)) in cachefiles_acquire_volume()
51 volume->dentry = vdentry; in cachefiles_acquire_volume()
62 cachefiles_bury_object(cache, NULL, cache->store, vdentry, in cachefiles_acquire_volume()
72 fan = cachefiles_get_directory(cache, vdentry, name, NULL); in cachefiles_acquire_volume()

Completed in 4 milliseconds