Home
last modified time | relevance | path

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

/fs/befs/
Dlinuxvfs.c123 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_get_block()
167 befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; in befs_lookup()
218 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_readdir()
290 kmem_cache_free(befs_inode_cachep, BEFS_I(inode)); in befs_destroy_inode()
318 befs_ino = BEFS_I(inode); in befs_iget()
464 befs_inode_info *befs_ino = BEFS_I(dentry->d_inode); in befs_follow_link()
494 befs_inode_info *befs_ino = BEFS_I(dentry->d_inode); in befs_put_link()
Dbefs.h112 BEFS_I(const struct inode *inode) in BEFS_I() function