Home
last modified time | relevance | path

Searched refs:get_dentry_slots (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile_cloud.c90 bit_pos += get_dentry_slots(le16_to_cpu(de->namelen)); in find_in_block()
H A Dhmdfs_dentryfile.h134 #define get_dentry_slots(x) (((x) + BITS_PER_BYTE - 1) >> HMDFS_SLOT_LEN_BITS) macro
H A Dhmdfs_dentryfile.c706 bit_pos += get_dentry_slots(le16_to_cpu(de->namelen)); in find_in_block()
796 int slots = get_dentry_slots(name.len); in update_dentry()
925 get_dentry_slots(qstr.len), in create_dentry()
1025 slots = get_dentry_slots(le16_to_cpu(de->namelen)); in hmdfs_delete_dentry()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile_cloud.c90 bit_pos += get_dentry_slots(le16_to_cpu(de->namelen)); in find_in_block()
H A Dhmdfs_dentryfile.h134 #define get_dentry_slots(x) (((x) + BITS_PER_BYTE - 1) >> HMDFS_SLOT_LEN_BITS) macro
H A Dhmdfs_dentryfile.c707 bit_pos += get_dentry_slots(le16_to_cpu(de->namelen)); in find_in_block()
797 int slots = get_dentry_slots(name.len); in update_dentry()
926 get_dentry_slots(qstr.len), in create_dentry()
1026 slots = get_dentry_slots(le16_to_cpu(de->namelen)); in hmdfs_delete_dentry()

Completed in 10 milliseconds