Searched refs:check_aux (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/afs/ |
D | cache.c | 54 .check_aux = afs_cell_cache_check_aux, 62 .check_aux = afs_vlocation_cache_check_aux, 77 .check_aux = afs_vnode_cache_check_aux,
|
/linux-2.6.39/fs/cifs/ |
D | cache.c | 217 .check_aux = cifs_fscache_super_check_aux, 331 .check_aux = cifs_fscache_inode_check_aux,
|
/linux-2.6.39/fs/fscache/ |
D | fsdef.c | 74 .check_aux = fscache_fsdef_netfs_check_aux,
|
D | object.c | 863 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-2.6.39/include/linux/ |
D | fscache.h | 122 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, member
|
/linux-2.6.39/fs/cachefiles/ |
D | xattr.c | 210 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
|
/linux-2.6.39/fs/nfs/ |
D | fscache-index.c | 333 .check_aux = nfs_fscache_inode_check_aux,
|
/linux-2.6.39/fs/9p/ |
D | cache.c | 190 .check_aux = v9fs_cache_inode_check_aux,
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | netfs-api.txt | 141 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,
|