Home
last modified time | relevance | path

Searched refs:bfs_file_inops (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bfs/
H A Dbfs.h60 extern const struct inode_operations bfs_file_inops;
H A Dfile.c203 const struct inode_operations bfs_file_inops; variable
H A Ddir.c102 inode->i_op = &bfs_file_inops; in bfs_create()