Searched refs:fan (Results 1 – 3 of 3) sorted by relevance
| /fs/cachefiles/ |
| A D | namei.c | 432 inode_lock_nested(d_backing_inode(fan), I_MUTEX_PARENT); in cachefiles_delete_object() 434 inode_unlock(d_backing_inode(fan)); in cachefiles_delete_object() 466 trace_cachefiles_vfs_error(object, d_inode(fan), ret, in cachefiles_create_tmpfile() 634 &QSTR(object->d_name), fan); in cachefiles_look_up_object() 637 trace_cachefiles_lookup(object, fan, dentry); in cachefiles_look_up_object() 648 inode_lock_nested(d_inode(fan), I_MUTEX_PARENT); in cachefiles_look_up_object() 683 inode_lock_nested(d_inode(fan), I_MUTEX_PARENT); in cachefiles_commit_tmpfile() 697 ret = cachefiles_unlink(volume->cache, object, fan, dentry, in cachefiles_commit_tmpfile() 719 d_inode(fan), dentry, NULL); in cachefiles_commit_tmpfile() 721 trace_cachefiles_vfs_error(object, d_inode(fan), ret, in cachefiles_commit_tmpfile() [all …]
|
| A D | volume.c | 22 struct dentry *vdentry, *fan; in cachefiles_acquire_volume() local 72 fan = cachefiles_get_directory(cache, vdentry, name, NULL); in cachefiles_acquire_volume() 73 if (IS_ERR(fan)) in cachefiles_acquire_volume() 75 volume->fanout[i] = fan; in cachefiles_acquire_volume()
|
| A D | interface.c | 430 struct dentry *fan = volume->fanout[(u8)cookie->key_hash]; in cachefiles_invalidate_cookie() local 432 inode_lock_nested(d_inode(fan), I_MUTEX_PARENT); in cachefiles_invalidate_cookie() 433 cachefiles_bury_object(volume->cache, object, fan, in cachefiles_invalidate_cookie()
|
Completed in 6 milliseconds