Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dfile.c939 const struct inode_operations ext4_file_inode_operations = { variable
Dnamei.c2704 inode->i_op = &ext4_file_inode_operations; in ext4_create()
2773 inode->i_op = &ext4_file_inode_operations; in ext4_tmpfile()
Dxattr.c1429 ea_inode->i_op = &ext4_file_inode_operations; in ext4_xattr_inode_create()
Dext4.h3401 extern const struct inode_operations ext4_file_inode_operations;
Dinode.c5024 inode->i_op = &ext4_file_inode_operations; in __ext4_iget()