Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c328 inode->i_fop = &ubifs_file_operations; in ubifs_iget()
344 inode->i_fop = &ubifs_dir_operations; in ubifs_iget()
H A Dubifs.h229 const struct file_operations *i_fop; /* former ->i_op->default_file_ops */ member