Home
last modified time | relevance | path

Searched refs:cifs_dircache_bytes_used (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dcached_dir.c756 &cifs_dircache_bytes_used); in free_cached_dir()
H A Dreaddir.c943 atomic64_add((long long)delta_bytes, &cifs_dircache_bytes_used); in cifs_dir_emit()
H A Dcifsfs.c125 atomic64_t cifs_dircache_bytes_used = ATOMIC64_INIT(0); variable