Home
last modified time | relevance | path

Searched refs:inode_open (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dinode_io.c50 static errcode_t inode_open(const char *name, int flags, io_channel *channel);
68 .open = inode_open,
114 static errcode_t inode_open(const char *name, int flags, io_channel *channel) in inode_open() function
/third_party/ntfs-3g/ntfsprogs/
Dntfscmp.c353 static int inode_open(ntfs_volume *vol, MFT_REF mref, ntfs_inode **ni) in inode_open() function
926 ret1 = inode_open(vol1, (MFT_REF)inode, &ni1); in cmp_inodes()
927 ret2 = inode_open(vol2, (MFT_REF)inode, &ni2); in cmp_inodes()