Searched refs:NILFS_DIR_REC_LEN (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nilfs2/
H A Ddir.c126 for (offs = 0; offs <= limit - NILFS_DIR_REC_LEN(1); offs += rec_len) {
130 if (rec_len < NILFS_DIR_REC_LEN(1))
134 if (rec_len < NILFS_DIR_REC_LEN(p->name_len))
269 if (pos > inode->i_size - NILFS_DIR_REC_LEN(1))
285 NILFS_DIR_REC_LEN(1);
328 unsigned int reclen = NILFS_DIR_REC_LEN(namelen);
428 unsigned int reclen = NILFS_DIR_REC_LEN(namelen);
470 name_len = NILFS_DIR_REC_LEN(de->name_len);
579 de->rec_len = nilfs_rec_len_to_disk(NILFS_DIR_REC_LEN(1));
584 de = (struct nilfs_dir_entry *)(kaddr + NILFS_DIR_REC_LEN(
[all...]
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h332 #define NILFS_DIR_REC_LEN(name_len) (((name_len) + 12 + NILFS_DIR_ROUND) & \ macro

Completed in 177 milliseconds