Home
last modified time | relevance | path

Searched refs:DEV_ID_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()
183 unsigned long group_id = (unsigned long)((pos << (1 + DEV_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()
898 unsigned long dev_id = (unsigned long)((pos << 1) >> (POS_BIT_NUM - DEV_ID_BIT_NUM)); in analysis_dentry_file_from_con()
899 unsigned long group_id = (unsigned long)((pos << (1 + DEV_ID_BIT_NUM)) >> in analysis_dentry_file_from_con()
Dhmdfs_dentryfile.h32 #define DEV_ID_BIT_NUM 16 macro
Dfile_merge.c326 (POS_BIT_NUM - DEV_ID_BIT_NUM)); in hmdfs_iterate_merge()
Dhmdfs_dentryfile.c533 unsigned long group_id = (pos << (1 + DEV_ID_BIT_NUM)) >> in read_dentry()