Home
last modified time | relevance | path

Searched refs:i_op (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c327 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
343 inode->i_op = &ubifs_dir_inode_operations; in ubifs_iget()
351 inode->i_op = &ubifs_symlink_inode_operations; in ubifs_iget()
387 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
393 inode->i_op = &ubifs_file_inode_operations; in ubifs_iget()
H A Dubifs.h176 const struct inode_operations *i_op; member