Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/affs/
H A Daffs.h204 extern const struct inode_operations affs_file_inode_operations;
H A Dinode.c140 inode->i_op = &affs_file_inode_operations; in affs_iget()
H A Dnamei.c262 inode->i_op = &affs_file_inode_operations; in affs_create()
H A Dfile.c1006 const struct inode_operations affs_file_inode_operations = { variable