Home
last modified time | relevance | path

Searched refs:ubifs_file_inode_operations (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ubifs/
Ddir.c115 inode->i_op = &ubifs_file_inode_operations; in ubifs_new_inode()
130 inode->i_op = &ubifs_file_inode_operations; in ubifs_new_inode()
Dsuper.c165 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
225 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
231 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
Dubifs.h1475 extern const struct inode_operations ubifs_file_inode_operations;
Dfile.c1597 const struct inode_operations ubifs_file_inode_operations = { variable