Searched refs:resfid (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/coda/ |
D | dir.c | 97 struct ViceFid resfid = {0,0,0}; in coda_lookup() local 124 (const char *)name, length, &type, &resfid); in coda_lookup() 131 coda_f2s(&resfid)); in coda_lookup() 135 error = coda_cnode_make(&res_inode, &resfid, dir->i_sb); in coda_lookup() 143 name, coda_f2s(&resfid), type, error, dropme); in coda_lookup()
|
D | upcall.c | 141 struct ViceFid *resfid) in venus_lookup() argument 161 *resfid = outp->coda_lookup.VFid; in venus_lookup()
|
/linux-2.4.37.9/include/linux/ |
D | coda_psdev.h | 42 struct ViceFid *resfid);
|