Home
last modified time | relevance | path

Searched refs:nilfs_inode_by_name (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/nilfs2/
Dnamei.c62 ino = nilfs_inode_by_name(dir, &dentry->d_name); in nilfs_lookup()
445 ino = nilfs_inode_by_name(d_inode(child), &dotdot_name); in nilfs_get_parent()
Dnilfs.h230 extern ino_t nilfs_inode_by_name(struct inode *, const struct qstr *);
Ddir.c401 ino_t nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr) in nilfs_inode_by_name() function