Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Ddir.c118 inode->i_op = &ubifs_file_inode_operations; in ubifs_new_inode()
133 inode->i_op = &ubifs_file_inode_operations; in ubifs_new_inode()
399 ubifs_assert(c, inode->i_op == &ubifs_file_inode_operations); in create_whiteout()
H A Dubifs.h1518 extern const struct inode_operations ubifs_file_inode_operations;
H A Dfile.c1640 const struct inode_operations ubifs_file_inode_operations = { variable