Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/fs/cifs/
Dcache.c217 .check_aux = cifs_fscache_super_check_aux,
331 .check_aux = cifs_fscache_inode_check_aux,
/linux-3.4.99/fs/fscache/
Dfsdef.c74 .check_aux = fscache_fsdef_netfs_check_aux,
Dobject.c863 if (!object->cookie->def->check_aux) { in fscache_check_aux()
868 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
/linux-3.4.99/include/linux/
Dfscache.h122 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, member
/linux-3.4.99/fs/cachefiles/
Dxattr.c210 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
/linux-3.4.99/fs/nfs/
Dfscache-index.c333 .check_aux = nfs_fscache_inode_check_aux,
/linux-3.4.99/fs/9p/
Dcache.c188 .check_aux = v9fs_cache_inode_check_aux,
/linux-3.4.99/Documentation/filesystems/caching/
Dnetfs-api.txt141 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,