Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfile.c972 const struct inode_operations ext4_file_inode_operations = { variable
H A Dnamei.c2846 inode->i_op = &ext4_file_inode_operations; in ext4_create()
2916 inode->i_op = &ext4_file_inode_operations; in ext4_tmpfile()
H A Dxattr.c1490 ea_inode->i_op = &ext4_file_inode_operations; in ext4_xattr_inode_create()
H A Dext4.h3533 extern const struct inode_operations ext4_file_inode_operations;
H A Dinode.c4991 inode->i_op = &ext4_file_inode_operations; in __ext4_iget()