Searched refs:NILFS_DIR_REC_LEN (Results 1 - 2 of 2) sorted by last modified time

/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))
268 if (pos > inode->i_size - NILFS_DIR_REC_LEN(1))
284 NILFS_DIR_REC_LEN(1);
327 unsigned int reclen = NILFS_DIR_REC_LEN(namelen);
427 unsigned int reclen = NILFS_DIR_REC_LEN(namelen);
469 name_len = NILFS_DIR_REC_LEN(de->name_len);
578 de->rec_len = nilfs_rec_len_to_disk(NILFS_DIR_REC_LEN(1));
583 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 111 milliseconds