Home
last modified time | relevance | path

Searched refs:ext4_file_inode_operations (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c941 const struct inode_operations ext4_file_inode_operations = { variable
H A Dnamei.c2779 inode->i_op = &ext4_file_inode_operations; in ext4_create()
2848 inode->i_op = &ext4_file_inode_operations; in ext4_tmpfile()
H A Dxattr.c1417 ea_inode->i_op = &ext4_file_inode_operations; in ext4_xattr_inode_create()
H A Dext4.h3437 extern const struct inode_operations ext4_file_inode_operations;
H A Dinode.c4947 inode->i_op = &ext4_file_inode_operations; in __ext4_iget()