Home
last modified time | relevance | path

Searched refs:DEV_ID_BIT_NUM (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_cloud.c300 unsigned long dev_id = (unsigned long)((pos << 1) >> (POS_BIT_NUM - DEV_ID_BIT_NUM)); in analysis_dentry_file_from_cloud()
301 unsigned long group_id = (unsigned long)((pos << (1 + DEV_ID_BIT_NUM)) >> in analysis_dentry_file_from_cloud()
H A 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()
H A Dhmdfs_dentryfile.h32 #define DEV_ID_BIT_NUM 16 macro
H A Dfile_merge.c326 (POS_BIT_NUM - DEV_ID_BIT_NUM)); in hmdfs_iterate_merge()
H A Dhmdfs_dentryfile.c545 unsigned long group_id = (pos << (1 + DEV_ID_BIT_NUM)) >> in read_dentry()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_cloud.c305 unsigned long dev_id = (unsigned long)((pos << 1) >> (POS_BIT_NUM - DEV_ID_BIT_NUM)); in analysis_dentry_file_from_cloud()
306 unsigned long group_id = (unsigned long)((pos << (1 + DEV_ID_BIT_NUM)) >> in analysis_dentry_file_from_cloud()
H A Dfile_remote.c890 pos = ((loff_t)dev_id << (POS_BIT_NUM - 1 - DEV_ID_BIT_NUM)) + in hmdfs_set_pos()
904 unsigned long dev_id = (unsigned long)((pos << 1) >> (POS_BIT_NUM - DEV_ID_BIT_NUM)); in analysis_dentry_file_from_con()
905 unsigned long group_id = (unsigned long)((pos << (1 + DEV_ID_BIT_NUM)) >> in analysis_dentry_file_from_con()
H A Dhmdfs_dentryfile.h32 #define DEV_ID_BIT_NUM 16 macro
H A Dfile_merge.c331 (POS_BIT_NUM - DEV_ID_BIT_NUM)); in hmdfs_iterate_merge()
H A Dhmdfs_dentryfile.c546 unsigned long group_id = (pos << (1 + DEV_ID_BIT_NUM)) >> in read_dentry()

Completed in 17 milliseconds