|
@@ -43,9 +43,6 @@ int coda_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
|
int coda_setattr(struct dentry *, struct iattr *);
|
|
int coda_setattr(struct dentry *, struct iattr *);
|
|
|
|
|
|
/* this file: heloers */
|
|
/* this file: heloers */
|
|
-static __inline__ struct CodaFid *coda_i2f(struct inode *);
|
|
|
|
-static __inline__ char *coda_i2s(struct inode *);
|
|
|
|
-static __inline__ void coda_flag_inode(struct inode *, int flag);
|
|
|
|
char *coda_f2s(struct CodaFid *f);
|
|
char *coda_f2s(struct CodaFid *f);
|
|
int coda_isroot(struct inode *i);
|
|
int coda_isroot(struct inode *i);
|
|
int coda_iscontrol(const char *name, size_t length);
|
|
int coda_iscontrol(const char *name, size_t length);
|