Home
last modified time | relevance | path

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

/linux/fs/omfs/
A Ddir.c39 struct omfs_inode *oi; in omfs_scan_list()
50 oi = (struct omfs_inode *) bh->b_data; in omfs_scan_list()
88 struct omfs_inode *oi; in omfs_make_empty()
102 oi = (struct omfs_inode *) bh->b_data; in omfs_make_empty()
116 struct omfs_inode *oi; in omfs_add_link()
138 oi = (struct omfs_inode *) bh->b_data; in omfs_add_link()
162 struct omfs_inode *oi; in omfs_delete_entry()
183 oi = (struct omfs_inode *) bh2->b_data; in omfs_delete_entry()
194 oi = (struct omfs_inode *) bh->b_data; in omfs_delete_entry()
305 struct omfs_inode *oi = (struct omfs_inode *)bh->b_data; in omfs_lookup()
[all …]
A Dinode.c83 static void omfs_update_checksums(struct omfs_inode *oi) in omfs_update_checksums()
104 struct omfs_inode *oi; in __omfs_write_inode()
117 oi = (struct omfs_inode *) bh->b_data; in __omfs_write_inode()
205 struct omfs_inode *oi; in omfs_iget()
221 oi = (struct omfs_inode *)bh->b_data; in omfs_iget()
A Domfs_fs.h58 struct omfs_inode { struct
/linux/Documentation/filesystems/
A Domfs.rst69 Files and directories are both represented by omfs_inode::
71 struct omfs_inode {
90 A file is an omfs_inode structure followed by an extent table beginning at

Completed in 9 milliseconds