Searched refs:HOSTFS_I (Results 1 – 1 of 1) sorted by relevance
231 if (HOSTFS_I(inode)->fd != -1) { in hostfs_evict_inode()233 HOSTFS_I(inode)->fd = -1; in hostfs_evict_inode()234 HOSTFS_I(inode)->dev = 0; in hostfs_evict_inode()307 mode |= HOSTFS_I(ino)->mode; in hostfs_open()334 mode |= HOSTFS_I(ino)->mode; in hostfs_open()339 if (HOSTFS_I(ino)->fd == -1) { in hostfs_open()340 HOSTFS_I(ino)->fd = fd; in hostfs_open()349 HOSTFS_I(ino)->mode = mode; in hostfs_open()552 HOSTFS_I(ino)->dev = dev; in hostfs_inode_set()617 HOSTFS_I(inode)->fd = fd; in hostfs_create()[all …]
Completed in 6 milliseconds