Searched refs:coda_f2s (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/coda/ |
D | dir.c | 131 coda_f2s(&resfid)); in coda_lookup() 143 name, coda_f2s(&resfid), type, error, dropme); in coda_lookup() 226 coda_f2s(&newfid), error); in coda_create() 268 coda_f2s(&newfid), error); in coda_mknod() 308 coda_f2s(&newfid), error); in coda_mkdir() 314 coda_f2s(&newfid)); in coda_mkdir() 660 de->d_inode->i_ino, coda_f2s(&cii->c_fid)); in coda_dentry_revalidate() 737 inode->i_ino, coda_f2s(&(cii->c_fid))); in coda_revalidate_inode()
|
D | cnode.c | 110 error, coda_f2s(fid)); in coda_cnode_make() 123 coda_f2s(&ITOC(*inode)->c_fid)); in coda_cnode_make() 159 CDEBUG(D_INODE, "%s\n", coda_f2s(fid)); in coda_fid_to_inode()
|
D | upcall.c | 576 error, coda_f2s(fid)); in venus_pioctl() 913 CDEBUG(D_DOWNCALL, "zapdir: fid = %s...\n", coda_f2s(fid)); in coda_downcall() 934 CDEBUG(D_DOWNCALL, "zapfile: fid = %s\n", coda_f2s(fid)); in coda_downcall() 949 CDEBUG(D_DOWNCALL, "purgefid: fid = %s\n", coda_f2s(fid)); in coda_downcall()
|
D | inode.c | 146 printk("coda_read_super: rootfid is %s\n", coda_f2s(&fid)); in coda_read_super()
|
D | coda_linux.c | 32 char * coda_f2s(ViceFid *f) in coda_f2s() function
|
/linux-2.4.37.9/include/linux/ |
D | coda_linux.h | 56 char *coda_f2s(ViceFid *f); 119 return coda_f2s(&(ITOC(inode)->c_fid)); in coda_i2s()
|