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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_kern.c28 static inline struct hostfs_inode_info *HOSTFS_I(struct inode *inode) function
33 #define FILE_HOSTFS_I(file) HOSTFS_I((file)->f_path.dentry->d_inode)
248 if (HOSTFS_I(inode)->fd != -1) {
249 close_file(&HOSTFS_I(inode)->fd);
250 HOSTFS_I(inode)->fd = -1;
256 kfree(HOSTFS_I(inode));
312 if ((mode & HOSTFS_I(ino)->mode) == mode)
315 mode |= HOSTFS_I(ino)->mode;
336 if ((mode & HOSTFS_I(ino)->mode) == mode) {
340 if ((mode | HOSTFS_I(in
[all...]

Completed in 69 milliseconds