Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nilfs2/
Ddir.c126 for (offs = 0; offs <= limit - NILFS_DIR_REC_LEN(1); offs += rec_len) { in nilfs_check_folio()
130 if (rec_len < NILFS_DIR_REC_LEN(1)) in nilfs_check_folio()
134 if (rec_len < NILFS_DIR_REC_LEN(p->name_len)) in nilfs_check_folio()
243 if (pos > inode->i_size - NILFS_DIR_REC_LEN(1)) in nilfs_readdir()
259 NILFS_DIR_REC_LEN(1); in nilfs_readdir()
299 unsigned int reclen = NILFS_DIR_REC_LEN(namelen); in nilfs_find_entry()
429 unsigned int reclen = NILFS_DIR_REC_LEN(namelen); in nilfs_add_link()
471 name_len = NILFS_DIR_REC_LEN(de->name_len); in nilfs_add_link()
580 de->rec_len = nilfs_rec_len_to_disk(NILFS_DIR_REC_LEN(1)); in nilfs_make_empty()
585 de = (struct nilfs_dir_entry *)(kaddr + NILFS_DIR_REC_LEN(1)); in nilfs_make_empty()
[all …]
/linux-6.12.1/include/uapi/linux/
Dnilfs2_ondisk.h332 #define NILFS_DIR_REC_LEN(name_len) (((name_len) + 12 + NILFS_DIR_ROUND) & \ macro