Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Ddir.c130 inode->i_op = &ubifs_file_inode_operations; in ubifs_new_inode()
145 inode->i_op = &ubifs_file_inode_operations; in ubifs_new_inode()
407 ubifs_assert(c, inode->i_op == &ubifs_file_inode_operations); in do_tmpfile()
Dsuper.c165 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
224 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
230 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
Dubifs.h1468 extern const struct inode_operations ubifs_file_inode_operations;
Dfile.c1660 const struct inode_operations ubifs_file_inode_operations = { variable