Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcache.c109 .check_aux = cifs_fscache_super_check_aux,
140 .check_aux = cifs_fscache_inode_check_aux,
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dxattr.c168 ASSERT(object->fscache.cookie->def->check_aux); in cachefiles_check_auxdata()
242 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dfsdef.c66 .check_aux = fscache_fsdef_netfs_check_aux,
H A Dobject.c930 if (!object->cookie->def->check_aux) { in fscache_check_aux()
935 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dcache.c34 .check_aux = afs_vnode_cache_check_aux,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfscache-index.c137 .check_aux = nfs_fscache_inode_check_aux,
/OK3568_Linux_fs/kernel/fs/9p/
H A Dcache.c99 .check_aux = v9fs_cache_inode_check_aux,
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcache.c135 .check_aux = ceph_fscache_inode_check_aux,
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h88 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, member
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dnetfs-api.rst131 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,
322 ->check_aux() callback.
759 ->check_aux() function.