• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/

Lines Matching defs:afs_vnode

143 	struct afs_vnode	*vnode;		/* vnode to which this write applies */
329 struct afs_vnode {
429 extern void afs_discard_callback_on_delete(struct afs_vnode *);
430 extern void afs_give_up_callback(struct afs_vnode *);
480 struct afs_vnode *, struct afs_volsync *,
485 struct afs_vnode *, off_t, size_t, struct page *,
488 struct afs_vnode *, const char *, umode_t,
493 struct afs_vnode *, const char *, bool,
495 extern int afs_fs_link(struct afs_server *, struct key *, struct afs_vnode *,
496 struct afs_vnode *, const char *,
499 struct afs_vnode *, const char *, const char *,
503 struct afs_vnode *, const char *,
504 struct afs_vnode *, const char *,
510 struct afs_vnode *, struct iattr *,
513 struct afs_vnode *,
523 extern void afs_zap_data(struct afs_vnode *);
524 extern int afs_validate(struct afs_vnode *, struct key *);
549 extern int afs_mntpt_check_symlink(struct afs_vnode *, struct key *);
580 extern void afs_clear_permits(struct afs_vnode *);
581 extern void afs_cache_permit(struct afs_vnode *, struct key *, long);
651 static inline struct afs_vnode *AFS_FS_I(struct inode *inode)
653 return container_of(inode, struct afs_vnode, vfs_inode);
656 static inline struct inode *AFS_VNODE_TO_I(struct afs_vnode *vnode)
661 extern void afs_vnode_finalise_status_update(struct afs_vnode *,
663 extern int afs_vnode_fetch_status(struct afs_vnode *, struct afs_vnode *,
665 extern int afs_vnode_fetch_data(struct afs_vnode *, struct key *,
667 extern int afs_vnode_create(struct afs_vnode *, struct key *, const char *,
670 extern int afs_vnode_remove(struct afs_vnode *, struct key *, const char *,
672 extern int afs_vnode_link(struct afs_vnode *, struct afs_vnode *, struct key *,
674 extern int afs_vnode_symlink(struct afs_vnode *, struct key *, const char *,
677 extern int afs_vnode_rename(struct afs_vnode *, struct afs_vnode *,
681 extern int afs_vnode_setattr(struct afs_vnode *, struct key *, struct iattr *);
682 extern int afs_vnode_get_volume_status(struct afs_vnode *, struct key *,
696 extern struct afs_server *afs_volume_pick_fileserver(struct afs_vnode *);
697 extern int afs_volume_release_fileserver(struct afs_vnode *,
710 extern void afs_pages_written_back(struct afs_vnode *, struct afs_call *);
713 extern int afs_writeback_all(struct afs_vnode *);