Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Daffs.h210 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.c263 inode->i_op = &affs_file_inode_operations; in affs_create()
H A Dfile.c1010 const struct inode_operations affs_file_inode_operations = { variable