Searched refs:bfs_add_entry (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/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
|