Home
last modified time | relevance | path

Searched refs:BEFS_I (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/befs/
H A Dlinuxvfs.c138 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_get_block()
177 const befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; in befs_lookup()
221 const befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_readdir()
289 kmem_cache_free(befs_inode_cachep, BEFS_I(inode)); in befs_free_inode()
315 befs_ino = BEFS_I(inode); in befs_iget()
476 struct befs_inode_info *befs_ino = BEFS_I(inode); in befs_symlink_readpage()
671 struct befs_inode_info *befs_ino = BEFS_I(d_inode(child)); in befs_get_parent()
H A Dbefs.h117 BEFS_I(const struct inode *inode) in BEFS_I() function