Home
last modified time | relevance | path

Searched defs:vnode (Results 1 – 25 of 28) sorted by relevance

12

/linux/fs/afs/
H A Dflock.c25 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() local
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()
254 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
[all …]
H A Dinode.c28 void afs_init_new_symlink(struct afs_vnode *vnode, struct afs_operation *op) in afs_init_new_symlink()
57 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_get_link() local
118 static noinline void dump_vnode(struct afs_vnode *vnode, struct afs_vnode *parent_vnode) in dump_vnode()
145 static void afs_set_netfs_context(struct afs_vnode *vnode) in afs_set_netfs_context()
155 struct afs_vnode *vnode) in afs_inode_init_from_status()
255 struct afs_vnode *vnode = vp->vnode; in afs_apply_status() local
366 struct afs_vnode *vnode = vp->vnode; in afs_apply_callback() local
381 struct afs_vnode *vnode = vp->vnode; in afs_vnode_commit_status() local
427 struct afs_vnode *vnode = vp->vnode; in afs_fetch_status_success() local
450 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status()
[all …]
H A Dfile.c85 int afs_cache_wb_key(struct afs_vnode *vnode, struct afs_file *af) in afs_cache_wb_key()
120 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_open() local
174 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_release() local
213 struct afs_vnode *vnode = op->file[0].vnode; in afs_fetch_data_success() local
335 struct afs_vnode *vnode = AFS_FS_I(subreq->rreq->inode); in afs_issue_read() local
382 struct afs_vnode *vnode = AFS_FS_I(rreq->inode); in afs_init_request() local
416 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_check_write_begin() local
429 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_update_i_size() local
444 struct afs_vnode *vnode = AFS_FS_I(wreq->inode); in afs_netfs_invalidate_cache() local
462 static void afs_add_open_mmap(struct afs_vnode *vnode) in afs_add_open_mmap()
[all …]
H A Dfs_operation.c61 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() local
200 struct afs_vnode *vnode = op->file[0].vnode; in afs_drop_io_locks() local
214 struct afs_vnode *vnode = vp->vnode; in afs_prepare_vnode() local
239 struct afs_vnode *vnode = op->file[0].vnode; in afs_begin_vnode_operation() local
H A Dwrite.c21 static void afs_pages_written_back(struct afs_vnode *vnode, loff_t start, unsigned int len) in afs_pages_written_back()
39 struct afs_vnode *vnode = AFS_FS_I(wreq->inode); in afs_get_writeback_key() local
69 struct afs_vnode *vnode = op->file[0].vnode; in afs_store_data_success() local
108 struct afs_vnode *vnode = AFS_FS_I(wreq->inode); in afs_issue_write_worker() local
230 struct afs_vnode *vnode = AFS_FS_I(mapping->host); in afs_writepages() local
254 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_fsync() local
285 void afs_prune_wb_keys(struct afs_vnode *vnode) in afs_prune_wb_keys()
H A Ddir_silly.c27 struct afs_vnode *vnode = AFS_FS_I(d_inode(op->dentry)); in afs_silly_rename_edit_dir() local
60 static int afs_do_silly_rename(struct afs_vnode *dvnode, struct afs_vnode *vnode, in afs_do_silly_rename()
100 int afs_sillyrename(struct afs_vnode *dvnode, struct afs_vnode *vnode, in afs_sillyrename()
192 static int afs_do_silly_unlink(struct afs_vnode *dvnode, struct afs_vnode *vnode, in afs_do_silly_unlink()
238 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_silly_iput() local
H A Dcallback.c31 struct afs_vnode *vnode = container_of(work, struct afs_vnode, cb_work); in afs_invalidate_mmap_work() local
38 struct afs_vnode *vnode; in afs_volume_init_callback() local
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() local
H A Dxattr.c42 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_acl() local
106 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_set_acl() local
144 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_yfs() local
237 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_set_yfs() local
273 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_cell() local
300 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_fid() local
338 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_xattr_get_volume() local
H A Dsecurity.c107 void afs_clear_permits(struct afs_vnode *vnode) in afs_clear_permits()
143 void afs_cache_permit(struct afs_vnode *vnode, struct key *key, in afs_cache_permit()
303 static bool afs_check_permit_rcu(struct afs_vnode *vnode, struct key *key, in afs_check_permit_rcu()
342 int afs_check_permit(struct afs_vnode *vnode, struct key *key, in afs_check_permit()
401 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_permission() local
H A Ddynroot.c31 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_iget5_pseudo_set() local
48 struct afs_vnode *vnode; in afs_iget_pseudo_dir() local
160 struct afs_vnode *vnode = AFS_FS_I(dir); in afs_try_auto_mntpt() local
311 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_atcell_get_link() local
355 struct afs_vnode *vnode; in afs_dynroot_create_symlink() local
H A Ddir.c667 struct afs_vnode *vnode; in afs_do_lookup_success() local
779 struct afs_vnode *dvnode = AFS_FS_I(dir), *vnode; in afs_do_lookup() local
1063 struct afs_vnode *vnode, *dir = AFS_FS_I(parent_dir); in afs_d_revalidate() local
1226 struct afs_vnode *vnode = op->file[0].vnode; in afs_check_for_remote_deletion() local
1243 struct afs_vnode *vnode; in afs_vnode_new_inode() local
1356 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); in afs_dir_remove_subdir() local
1414 struct afs_vnode *dvnode = AFS_FS_I(dir), *vnode = NULL; in afs_rmdir() local
1476 struct afs_vnode *vnode = op->file[1].vnode; in afs_dir_remove_link() local
1561 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); in afs_unlink() local
1721 struct afs_vnode *vnode = AFS_FS_I(d_inode(from)); in afs_link() local
[all …]
H A Dvalidation.c120 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 Dsuper.c662 struct afs_vnode *vnode = _vnode; in afs_i_init_once() local
683 struct afs_vnode *vnode; in afs_alloc_inode() local
722 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_destroy_inode() local
759 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); in afs_statfs() local
H A Drotate.c35 struct afs_vnode *vnode) in afs_start_fs_iteration()
156 struct afs_vnode *vnode = op->file[0].vnode; in afs_select_fileserver() local
H A Ddir_edit.c241 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_dotdot(struct afs_vnode *vnode, struct afs_vnode *new_dvnode, in afs_edit_dir_update_dotdot()
H A Dinternal.h736 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache()
745 static inline void afs_vnode_set_cache(struct afs_vnode *vnode, in afs_vnode_set_cache()
840 struct afs_vnode *vnode; member
961 static inline void afs_set_cache_aux(struct afs_vnode *vnode, in afs_set_cache_aux()
967 static inline void afs_invalidate_cache(struct afs_vnode *vnode, unsigned int flags) in afs_invalidate_cache()
1028 static inline unsigned int afs_calc_vnode_cb_break(struct afs_vnode *vnode) in afs_calc_vnode_cb_break()
1034 const struct afs_vnode *vnode) in afs_cb_is_broken()
1191 struct afs_vnode *vnode) in afs_op_set_vnode()
1266 static inline struct afs_net *afs_v2net(struct afs_vnode *vnode) in afs_v2net()
1281 #define afs_stat_v(vnode, n) __afs_stat(&afs_v2net(vnode)->n) argument
[all …]
H A Dmntpt.c75 struct afs_vnode *vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_set_params() local
H A Dxdr_fs.h55 __be32 vnode; member
H A Dprotocol_yfs.h82 struct yfs_xdr_vnode vnode; member
/linux/fs/proc/
H A Dbootconfig.c28 struct xbc_node *leaf, *vnode; in copy_xbc_key_value_list() local
/linux/include/linux/
H A Dbootconfig.h148 xbc_find_value(const char *key, struct xbc_node **vnode) in xbc_find_value()
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h320 struct rkisp1_vdev_node vnode; member
364 struct rkisp1_vdev_node vnode; member
411 struct rkisp1_vdev_node vnode; member
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c23 const struct vxlan_vni_node *vnode = ptr; in vxlan_vni_cmp() local
182 struct vxlan_vni_node *vnode; in vxlan_vnifilter_count() local
/linux/tools/bootconfig/
H A Dmain.c39 struct xbc_node *node, *cnode = NULL, *vnode; in xbc_show_compact_tree() local
/linux/lib/
H A Dbootconfig.c258 struct xbc_node **vnode) in xbc_node_find_value()

12