Home
last modified time | relevance | path

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

/linux-6.12.1/fs/omfs/
Domfs.h56 extern const struct inode_operations omfs_file_inops;
Dfile.c364 const struct inode_operations omfs_file_inops = { variable
Dinode.c63 inode->i_op = &omfs_file_inops; in omfs_new_inode()