Home
last modified time | relevance | path

Searched refs:dcache_precision (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs.h144 unsigned int dcache_precision; member
Dhmdfs_server.c458 msec_to_timespec(con->sbi->dcache_precision); in hmdfs_update_open_response()
961 sbi->dcache_precision)) { in hmdfs_server_cache_revalidate()
990 sbi->dcache_precision); in hmdfs_client_cache_validate()
Dmain.c723 sbi->dcache_precision = DEFAULT_DCACHE_PRECISION; in hmdfs_init_sbi()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Ddevice_node.c301 return snprintf(buf, PAGE_SIZE, "%u\n", to_sbi(kobj)->dcache_precision); in sbi_dcache_precision_show()
317 sbi->dcache_precision = precision; in sbi_dcache_precision_store()
326 __ATTR(dcache_precision, 0664, sbi_dcache_precision_show,