Searched refs:bfs_add_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | dir.c | 24 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino); 113 err = bfs_add_entry(dir, &dentry->d_name, inode->i_ino); in bfs_create() 155 err = bfs_add_entry(dir, &new->d_name, inode->i_ino); in bfs_link() 237 error = bfs_add_entry(new_dir, &new_dentry->d_name, in bfs_rename() 267 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino) in bfs_add_entry() function
|
/kernel/linux/linux-6.6/fs/bfs/ |
H A D | dir.c | 24 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino); 113 err = bfs_add_entry(dir, &dentry->d_name, inode->i_ino); in bfs_create() 155 err = bfs_add_entry(dir, &new->d_name, inode->i_ino); in bfs_link() 237 error = bfs_add_entry(new_dir, &new_dentry->d_name, in bfs_rename() 267 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino) in bfs_add_entry() function
|
Completed in 2 milliseconds