Home
last modified time | relevance | path

Searched refs:POS_BIT_NUM (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_cloud.c182 unsigned long dev_id = (unsigned long)((pos << 1) >> (POS_BIT_NUM - DEV_ID_BIT_NUM)); in analysis_dentry_file_from_cloud()
184 (POS_BIT_NUM - GROUP_ID_BIT_NUM)); in analysis_dentry_file_from_cloud()
Dfile_remote.c884 pos = ((loff_t)dev_id << (POS_BIT_NUM - 1 - DEV_ID_BIT_NUM)) + in hmdfs_set_pos()
887 pos |= ((loff_t)1 << (POS_BIT_NUM - 1)); in hmdfs_set_pos()
898 unsigned long dev_id = (unsigned long)((pos << 1) >> (POS_BIT_NUM - DEV_ID_BIT_NUM)); in analysis_dentry_file_from_con()
900 (POS_BIT_NUM - GROUP_ID_BIT_NUM)); in analysis_dentry_file_from_con()
989 bool is_local = !((ctx->pos) >> (POS_BIT_NUM - 1)); in hmdfs_iterate_remote()
Dhmdfs_dentryfile.h31 #define POS_BIT_NUM 64 macro
Dfile_merge.c326 (POS_BIT_NUM - DEV_ID_BIT_NUM)); in hmdfs_iterate_merge()
Dhmdfs_dentryfile.c534 (POS_BIT_NUM - GROUP_ID_BIT_NUM); in read_dentry()