Lines Matching refs:afs_fs_cursor

599 struct afs_fs_cursor {  struct
777 extern int afs_fs_fetch_file_status(struct afs_fs_cursor *, struct afs_volsync *, bool);
779 extern int afs_fs_fetch_data(struct afs_fs_cursor *, struct afs_read *);
780 extern int afs_fs_create(struct afs_fs_cursor *, const char *, umode_t, u64,
782 extern int afs_fs_remove(struct afs_fs_cursor *, const char *, bool, u64);
783 extern int afs_fs_link(struct afs_fs_cursor *, struct afs_vnode *, const char *, u64);
784 extern int afs_fs_symlink(struct afs_fs_cursor *, const char *, const char *, u64,
786 extern int afs_fs_rename(struct afs_fs_cursor *, const char *,
788 extern int afs_fs_store_data(struct afs_fs_cursor *, struct address_space *,
790 extern int afs_fs_setattr(struct afs_fs_cursor *, struct iattr *);
791 extern int afs_fs_get_volume_status(struct afs_fs_cursor *, struct afs_volume_status *);
792 extern int afs_fs_set_lock(struct afs_fs_cursor *, afs_lock_type_t);
793 extern int afs_fs_extend_lock(struct afs_fs_cursor *);
794 extern int afs_fs_release_lock(struct afs_fs_cursor *);
799 extern int afs_fs_inline_bulk_status(struct afs_fs_cursor *, struct afs_net *,
803 extern int afs_fs_fetch_status(struct afs_fs_cursor *, struct afs_net *,
908 extern bool afs_begin_vnode_operation(struct afs_fs_cursor *, struct afs_vnode *,
910 extern bool afs_select_fileserver(struct afs_fs_cursor *);
911 extern bool afs_select_current_fileserver(struct afs_fs_cursor *);
912 extern int afs_end_vnode_operation(struct afs_fs_cursor *);
1013 extern bool afs_probe_fileserver(struct afs_fs_cursor *);
1014 extern bool afs_check_server_record(struct afs_fs_cursor *, struct afs_server *);
1104 static inline void afs_vnode_commit_status(struct afs_fs_cursor *fc, in afs_vnode_commit_status()
1112 static inline void afs_check_for_remote_deletion(struct afs_fs_cursor *fc, in afs_check_for_remote_deletion()