Searched refs:nilfs_match (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 225 nilfs_match(int len, const unsigned char *name, struct nilfs_dir_entry *de) in nilfs_match() function 375 if (nilfs_match(namelen, name, de)) in nilfs_find_entry() 414 !nilfs_match(1, ".", de))) { in nilfs_dotdot() 425 !nilfs_match(2, "..", next_de))) { in nilfs_dotdot() 523 if (nilfs_match(namelen, name, de)) in nilfs_add_link()
|