Home
last modified time | relevance | path

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

/external/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