Lines Matching refs:NILFS_DIR_REC_LEN
123 for (offs = 0; offs <= limit - NILFS_DIR_REC_LEN(1); offs += rec_len) { in nilfs_check_page()
127 if (rec_len < NILFS_DIR_REC_LEN(1)) in nilfs_check_page()
131 if (rec_len < NILFS_DIR_REC_LEN(p->name_len)) in nilfs_check_page()
264 if (pos > inode->i_size - NILFS_DIR_REC_LEN(1)) in nilfs_readdir()
281 NILFS_DIR_REC_LEN(1); in nilfs_readdir()
324 unsigned reclen = NILFS_DIR_REC_LEN(namelen); in nilfs_find_entry()
437 unsigned reclen = NILFS_DIR_REC_LEN(namelen); in nilfs_add_link()
482 name_len = NILFS_DIR_REC_LEN(de->name_len); in nilfs_add_link()
592 de->rec_len = nilfs_rec_len_to_disk(NILFS_DIR_REC_LEN(1)); in nilfs_make_empty()
597 de = (struct nilfs_dir_entry *)(kaddr + NILFS_DIR_REC_LEN(1)); in nilfs_make_empty()
599 de->rec_len = nilfs_rec_len_to_disk(chunk_size - NILFS_DIR_REC_LEN(1)); in nilfs_make_empty()
628 kaddr += nilfs_last_byte(inode, i) - NILFS_DIR_REC_LEN(1); in nilfs_empty_dir()