Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dsymlink.c121 const struct inode_operations ext4_symlink_inode_operations = { variable
Dnamei.c3212 inode->i_op = &ext4_symlink_inode_operations; in ext4_symlink()
3253 &ext4_symlink_inode_operations : in ext4_symlink()
Dext4.h2886 extern const struct inode_operations ext4_symlink_inode_operations;
Dinode.c4301 inode->i_op = &ext4_symlink_inode_operations; in ext4_iget()