| /linux/fs/afs/ |
| H A D | internal.h | 35 struct afs_vnode; 686 struct afs_vnode { struct 739 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache() argument 748 static inline void afs_vnode_set_cache(struct afs_vnode *vnode, in afs_vnode_set_cache() 852 struct afs_vnode *vnode; 974 static inline void afs_set_cache_aux(struct afs_vnode *vnode, in afs_set_cache_aux() 980 static inline void afs_invalidate_cache(struct afs_vnode *vnode, unsigned int flags) in afs_invalidate_cache() 993 struct afs_vnode *dvnode; 1040 extern void __afs_break_callback(struct afs_vnode *, enum afs_cb_break_reason); 1041 extern void afs_break_callback(struct afs_vnode *, enum afs_cb_break_reason); [all …]
|
| H A D | dir_silly.c | 26 struct afs_vnode *dvnode = dvp->vnode; in afs_silly_rename_edit_dir() 27 struct afs_vnode *vnode = AFS_FS_I(d_inode(op->dentry)); in afs_silly_rename_edit_dir() 60 static int afs_do_silly_rename(struct afs_vnode *dvnode, struct afs_vnode *vnode, in afs_do_silly_rename() 111 int afs_sillyrename(struct afs_vnode *dvnode, struct afs_vnode *vnode, in afs_sillyrename() 179 struct afs_vnode *dvnode = dvp->vnode; in afs_silly_unlink_edit_dir() 201 static int afs_do_silly_unlink(struct afs_vnode *dvnode, struct afs_vnode *vnode, in afs_do_silly_unlink() 246 struct afs_vnode *dvnode = AFS_FS_I(d_inode(dentry->d_parent)); in afs_silly_iput() 247 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_silly_iput()
|
| H A D | file.c | 88 int afs_cache_wb_key(struct afs_vnode *vnode, struct afs_file *af) in afs_cache_wb_key() 123 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_open() 177 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_release() 216 struct afs_vnode *vnode = op->file[0].vnode; in afs_fetch_data_success() 338 struct afs_vnode *vnode = AFS_FS_I(subreq->rreq->inode); in afs_issue_read() 385 struct afs_vnode *vnode = AFS_FS_I(rreq->inode); in afs_init_request() 419 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_check_write_begin() 437 void afs_set_i_size(struct afs_vnode *vnode, loff_t new_i_size) in afs_set_i_size() 461 struct afs_vnode *vnode = AFS_FS_I(wreq->inode); in afs_netfs_invalidate_cache() 479 static void afs_add_open_mmap(struct afs_vnode *vnode) in afs_add_open_mmap() [all …]
|
| H A D | flock.c | 16 static void afs_next_locker(struct afs_vnode *vnode, int error); 25 static inline void afs_set_lock_state(struct afs_vnode *vnode, enum afs_lock_state state) in afs_set_lock_state() 36 void afs_lock_may_be_available(struct afs_vnode *vnode) in afs_lock_may_be_available() 51 static void afs_schedule_lock_extension(struct afs_vnode *vnode) in afs_schedule_lock_extension() 74 struct afs_vnode *vnode = op->file[0].vnode; in afs_lock_op_done() 90 static void afs_grant_locks(struct afs_vnode *vnode) in afs_grant_locks() 111 static void afs_next_locker(struct afs_vnode *vnode, int error) in afs_next_locker() 157 static void afs_kill_lockers_enoent(struct afs_vnode *vnode) in afs_kill_lockers_enoent() 191 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock() 223 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock() [all …]
|
| H A D | symlink.c | 21 static void afs_replace_symlink(struct afs_vnode *vnode, struct afs_symlink *symlink) in afs_replace_symlink() 35 void afs_invalidate_symlink(struct afs_vnode *vnode) in afs_invalidate_symlink() 43 void afs_evict_symlink(struct afs_vnode *vnode) in afs_evict_symlink() 56 void afs_init_new_symlink(struct afs_vnode *vnode, struct afs_operation *op) in afs_init_new_symlink() 83 static ssize_t afs_do_read_symlink(struct afs_vnode *vnode) in afs_do_read_symlink() 147 static ssize_t afs_read_symlink(struct afs_vnode *vnode) in afs_read_symlink() 166 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_get_link() 237 struct afs_vnode *vnode = AFS_FS_I(mapping->host); in afs_symlink_writepages()
|
| H A D | dir.c | 98 static void afs_dir_unuse_cookie(struct afs_vnode *dvnode, int ret) in afs_dir_unuse_cookie() 133 static void afs_dir_dump(struct afs_vnode *dvnode) in afs_dir_dump() 149 static bool afs_dir_check_block(struct afs_vnode *dvnode, size_t progress, in afs_dir_check_block() 176 struct afs_vnode *dvnode = priv; in afs_dir_check_step() 195 static int afs_dir_check(struct afs_vnode *dvnode) in afs_dir_check() 233 static ssize_t afs_do_read_single(struct afs_vnode *dvnode, struct file *file) in afs_do_read_single() 284 static ssize_t afs_read_single(struct afs_vnode *dvnode, struct file *file) in afs_read_single() 298 ssize_t afs_read_dir(struct afs_vnode *dvnode, struct file *file) in afs_read_dir() 355 static int afs_dir_iterate_block(struct afs_vnode *dvnode, in afs_dir_iterate_block() 452 struct afs_vnode *dvnode = priv; in afs_dir_iterate_step() [all …]
|
| H A D | fs_operation.c | 61 static void afs_unlock_for_io(struct afs_vnode *vnode) in afs_unlock_for_io() 83 static void afs_lock_for_io(struct afs_vnode *vnode) in afs_lock_for_io() 110 static int afs_lock_for_io_interruptible(struct afs_vnode *vnode) in afs_lock_for_io_interruptible() 156 struct afs_vnode *vnode = op->file[0].vnode; in afs_get_io_locks() 157 struct afs_vnode *vnode2 = op->file[1].vnode; in afs_get_io_locks() 200 struct afs_vnode *vnode = op->file[0].vnode; in afs_drop_io_locks() 201 struct afs_vnode *vnode2 = op->file[1].vnode; in afs_drop_io_locks() 214 struct afs_vnode *vnode = vp->vnode; in afs_prepare_vnode() 239 struct afs_vnode *vnode = op->file[0].vnode; in afs_begin_vnode_operation()
|
| H A D | inode.c | 28 static noinline void dump_vnode(struct afs_vnode *vnode, struct afs_vnode *parent_vnode) in dump_vnode() 55 static void afs_set_netfs_context(struct afs_vnode *vnode) in afs_set_netfs_context() 65 struct afs_vnode *vnode) in afs_inode_init_from_status() 166 struct afs_vnode *vnode = vp->vnode; in afs_apply_status() 289 struct afs_vnode *vnode = vp->vnode; in afs_apply_callback() 304 struct afs_vnode *vnode = vp->vnode; in afs_vnode_commit_status() 350 struct afs_vnode *vnode = vp->vnode; in afs_fetch_status_success() 373 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() 404 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_ilookup5_test_by_fid() 430 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_iget5_set() [all …]
|
| H A D | write.c | 20 static void afs_pages_written_back(struct afs_vnode *vnode, loff_t start, unsigned int len) in afs_pages_written_back() 38 struct afs_vnode *vnode = AFS_FS_I(wreq->inode); in afs_get_writeback_key() 68 struct afs_vnode *vnode = op->file[0].vnode; in afs_store_data_success() 107 struct afs_vnode *vnode = AFS_FS_I(wreq->inode); in afs_issue_write_worker() 230 struct afs_vnode *vnode = AFS_FS_I(mapping->host); in afs_writepages() 254 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_fsync() 285 void afs_prune_wb_keys(struct afs_vnode *vnode) in afs_prune_wb_keys()
|
| H A D | callback.c | 31 struct afs_vnode *vnode = container_of(work, struct afs_vnode, cb_work); in afs_invalidate_mmap_work() 38 struct afs_vnode *vnode; in afs_volume_init_callback() 77 void __afs_break_callback(struct afs_vnode *vnode, enum afs_cb_break_reason reason) in __afs_break_callback() 101 void afs_break_callback(struct afs_vnode *vnode, enum afs_cb_break_reason reason) in afs_break_callback() 193 struct afs_vnode *vnode; in afs_break_one_callback()
|
| H A D | xattr.c | 42 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_acl() 106 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_set_acl() 144 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_yfs() 237 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_set_yfs() 273 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_cell() 300 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_fid() 338 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_volume()
|
| H A D | security.c | 140 void afs_clear_permits(struct afs_vnode *vnode) in afs_clear_permits() 176 void afs_cache_permit(struct afs_vnode *vnode, struct key *key, in afs_cache_permit() 336 static bool afs_check_permit_rcu(struct afs_vnode *vnode, struct key *key, in afs_check_permit_rcu() 375 int afs_check_permit(struct afs_vnode *vnode, struct key *key, in afs_check_permit() 434 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_permission()
|
| H A D | dir_edit.c | 114 struct afs_vnode *dvnode = iter->dvnode; in afs_dir_get_block() 241 void afs_edit_dir_add(struct afs_vnode *vnode, in afs_edit_dir_add() 393 void afs_edit_dir_remove(struct afs_vnode *vnode, in afs_edit_dir_remove() 528 void afs_edit_dir_update(struct afs_vnode *vnode, const struct qstr *name, in afs_edit_dir_update() 529 struct afs_vnode *new_dvnode, enum afs_edit_dir_reason why) in afs_edit_dir_update() 604 void afs_mkdir_init_dir(struct afs_vnode *dvnode, struct afs_vnode *parent_dvnode) in afs_mkdir_init_dir()
|
| H A D | super.c | 107 sizeof(struct afs_vnode), in afs_fs_init() 651 struct afs_vnode *vnode = _vnode; in afs_i_init_once() 672 struct afs_vnode *vnode; in afs_alloc_inode() 711 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_destroy_inode() 748 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); in afs_statfs()
|
| H A D | validation.c | 120 bool afs_check_validity(const struct afs_vnode *vnode) in afs_check_validity() 367 static void afs_zap_data(struct afs_vnode *vnode) in afs_zap_data() 391 int afs_validate(struct afs_vnode *vnode, struct key *key) in afs_validate()
|
| H A D | mntpt.c | 75 struct afs_vnode *vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_set_params()
|
| H A D | rotate.c | 35 struct afs_vnode *vnode) in afs_start_fs_iteration() 156 struct afs_vnode *vnode = op->file[0].vnode; in afs_select_fileserver()
|
| /linux/include/trace/events/ |
| H A D | afs.h | 964 TP_PROTO(struct afs_vnode *vnode, loff_t off), 969 __field(struct afs_vnode *, vnode) 1015 TP_PROTO(struct afs_vnode *dvnode, const struct qstr *name, 1041 TP_PROTO(struct afs_vnode *dvnode, 1089 TP_PROTO(const struct afs_vnode *dvnode, enum afs_dir_invalid_trace trace), 1111 TP_PROTO(const struct afs_vnode *vnode, enum afs_cb_promise_trace trace), 1133 TP_PROTO(const struct afs_vnode *vnode, enum afs_vnode_invalid_trace trace), 1155 TP_PROTO(const struct afs_vnode *dvnode, u64 new_dv), 1179 TP_PROTO(const struct afs_vnode *dvnode, u64 before_dv, int delta, u64 new_dv), 1247 TP_PROTO(struct afs_vnode *vnode, int error, enum afs_file_error where), [all …]
|