GET_DENTRY_SLOTS  239 fs/f2fs/dir.c  		bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len));
GET_DENTRY_SLOTS  259 fs/f2fs/dir.c  	int s = GET_DENTRY_SLOTS(name.len);
GET_DENTRY_SLOTS  586 fs/f2fs/dir.c  	int slots = GET_DENTRY_SLOTS(name->len);
GET_DENTRY_SLOTS  620 fs/f2fs/dir.c  	slots = GET_DENTRY_SLOTS(new_name->len);
GET_DENTRY_SLOTS  814 fs/f2fs/dir.c  	int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len));
GET_DENTRY_SLOTS  934 fs/f2fs/dir.c  		bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len));
GET_DENTRY_SLOTS  473 fs/f2fs/inline.c 		bit_pos += GET_DENTRY_SLOTS(le16_to_cpu(de->name_len));
GET_DENTRY_SLOTS  552 fs/f2fs/inline.c 	int slots = GET_DENTRY_SLOTS(new_name->len);
GET_DENTRY_SLOTS  614 fs/f2fs/inline.c 	int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len));