Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs_kern.c27 static inline struct hostfs_inode_info *HOSTFS_I(struct inode *inode) in HOSTFS_I() function
32 #define FILE_HOSTFS_I(file) HOSTFS_I((file)->f_path.dentry->d_inode)
105 root = HOSTFS_I(parent->d_inode)->host_filename; in dentry_name()
271 err = do_statfs(HOSTFS_I(dentry->d_sb->s_root->d_inode)->host_filename, in hostfs_statfs()
304 if (HOSTFS_I(inode)->fd != -1) { in hostfs_delete_inode()
305 close_file(&HOSTFS_I(inode)->fd); in hostfs_delete_inode()
306 HOSTFS_I(inode)->fd = -1; in hostfs_delete_inode()
313 kfree(HOSTFS_I(inode)->host_filename); in hostfs_destroy_inode()
319 if (HOSTFS_I(inode)->fd != -1) { in hostfs_destroy_inode()
320 close_file(&HOSTFS_I(inode)->fd); in hostfs_destroy_inode()
[all …]