Home
last modified time | relevance | path

Searched refs:coda_file_inode_operations (Results 1 – 3 of 3) sorted by relevance

/linux/fs/coda/
H A Dcoda_linux.h34 extern const struct inode_operations coda_file_inode_operations;
H A Dcnode.c31 inode->i_op = &coda_file_inode_operations; in coda_fill_inode()
H A Dinode.c330 const struct inode_operations coda_file_inode_operations = { variable