Home
last modified time | relevance | path

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

/linux-4.1.27/fs/afs/
Dcache.c54 .check_aux = afs_cell_cache_check_aux,
62 .check_aux = afs_vlocation_cache_check_aux,
77 .check_aux = afs_vnode_cache_check_aux,
/linux-4.1.27/fs/cachefiles/
Dxattr.c169 ASSERT(object->fscache.cookie->def->check_aux); in cachefiles_check_auxdata()
242 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
/linux-4.1.27/fs/cifs/
Dcache.c217 .check_aux = cifs_fscache_super_check_aux,
331 .check_aux = cifs_fscache_inode_check_aux,
/linux-4.1.27/fs/fscache/
Dfsdef.c76 .check_aux = fscache_fsdef_netfs_check_aux,
Dobject.c889 if (!object->cookie->def->check_aux) { in fscache_check_aux()
894 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
/linux-4.1.27/fs/nfs/
Dfscache-index.c332 .check_aux = nfs_fscache_inode_check_aux,
/linux-4.1.27/include/linux/
Dfscache.h122 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, member
/linux-4.1.27/fs/9p/
Dcache.c188 .check_aux = v9fs_cache_inode_check_aux,
/linux-4.1.27/fs/ceph/
Dcache.c182 .check_aux = ceph_fscache_inode_check_aux,
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt143 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,