Searched refs:omfs_get_bucket (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/omfs/ |
D | dir.c | 24 static struct buffer_head *omfs_get_bucket(struct inode *dir, in omfs_get_bucket() function 74 bh = omfs_get_bucket(dir, name, namelen, &ofs); in omfs_find_entry() 123 bh = omfs_get_bucket(dir, name, namelen, &ofs); in omfs_add_link() 170 bh = omfs_get_bucket(dir, name, namelen, &ofs); in omfs_delete_entry()
|