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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dfile.c70 struct inode *host_inode, *coda_inode = coda_file->f_path.dentry->d_inode; local
82 host_inode = host_file->f_path.dentry->d_inode;
87 coda_inode->i_size = host_inode->i_size;
101 struct inode *coda_inode, *host_inode; local
111 host_inode = host_file->f_path.dentry->d_inode;
114 coda_inode->i_mapping = host_inode->i_mapping;
118 else if (coda_inode->i_mapping != host_inode->i_mapping)
173 struct inode *host_inode; local
184 host_inode = cfi->cfi_container->f_path.dentry->d_inode;
188 if (coda_inode->i_mapping == &host_inode
[all...]
H A Ddir.c452 struct inode *host_inode = host_file->f_path.dentry->d_inode; local
454 mutex_lock(&host_inode->i_mutex);
458 if (!IS_DEADDIR(host_inode)) {
464 mutex_unlock(&host_inode->i_mutex);

Completed in 49 milliseconds