Searched refs:inode_open (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | inode_io.c | 50 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/ |
D | ntfscmp.c | 353 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()
|