Searched refs:coda_iget (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/coda/ |
D | cnode.c | 59 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget() function 102 inode = coda_iget(sb, fid, &attr); in coda_cnode_make()
|
D | coda_fs_i.h | 53 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
|
D | dir.c | 208 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_create() 241 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_mkdir()
|