Searched refs:check_aux (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cache.c | 114 .check_aux = cifs_fscache_super_check_aux, 145 .check_aux = cifs_fscache_inode_check_aux,
|
/Linux-v4.19/fs/afs/ |
D | cache.c | 38 .check_aux = afs_vnode_cache_check_aux,
|
/Linux-v4.19/fs/fscache/ |
D | fsdef.c | 70 .check_aux = fscache_fsdef_netfs_check_aux,
|
D | object.c | 931 if (!object->cookie->def->check_aux) { in fscache_check_aux() 936 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
|
/Linux-v4.19/fs/nfs/ |
D | fscache-index.c | 139 .check_aux = nfs_fscache_inode_check_aux,
|
/Linux-v4.19/fs/cachefiles/ |
D | xattr.c | 171 ASSERT(object->fscache.cookie->def->check_aux); in cachefiles_check_auxdata() 245 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
|
/Linux-v4.19/fs/9p/ |
D | cache.c | 112 .check_aux = v9fs_cache_inode_check_aux,
|
/Linux-v4.19/include/linux/ |
D | fscache.h | 92 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, member
|
/Linux-v4.19/fs/ceph/ |
D | cache.c | 147 .check_aux = ceph_fscache_inode_check_aux,
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 132 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, 324 ->check_aux() callback. 768 ->check_aux() function.
|