Searched refs:coda_iget (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/fs/coda/ |
H A D | cnode.c | 59 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, coda_iget() function 85 /* this is effectively coda_iget: 102 inode = coda_iget(sb, fid, &attr); coda_cnode_make() 104 pr_warn("%s: coda_iget failed\n", __func__); coda_cnode_make()
|
H A D | coda_fs_i.h | 53 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
|
H A D | dir.c | 151 inode = coda_iget(dir->i_sb, &newfid, &attrs); coda_create() 184 inode = coda_iget(dir->i_sb, &newfid, &attrs); coda_mkdir()
|
Completed in 78 milliseconds