Home
last modified time | relevance | path

Searched refs:afs_vnode_param (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/afs/
H A Dyfsclient.c359 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64()
499 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data()
537 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_create_vnode()
538 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_create_vnode()
576 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_create_file()
626 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_make_dir()
667 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_remove_file2()
668 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_remove_file2()
714 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_remove_file2()
751 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_remove()
[all …]
H A Dfsclient.c240 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_deliver_fs_fetch_status()
273 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fs_fetch_status()
302 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_fetch_data()
450 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data64()
481 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data()
516 struct afs_vnode_param *dvp = &op->file[0]; in afs_deliver_fs_create_vnode()
517 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_create_vnode()
553 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_create_file()
606 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_make_dir()
652 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_file_status_and_vol()
[all …]
H A Dinode.c60 struct afs_vnode_param *vp, in afs_inode_init_from_status()
153 struct afs_vnode_param *vp) in afs_apply_status()
251 struct afs_vnode_param *vp) in afs_apply_callback()
267 void afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) in afs_vnode_commit_status()
314 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fetch_status_success()
382 struct afs_vnode_param *vp = opaque; in afs_iget5_test()
393 struct afs_vnode_param *vp = opaque; in afs_iget5_set()
443 struct inode *afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) in afs_iget()
445 struct afs_vnode_param *dvp = &op->file[0]; in afs_iget()
824 struct afs_vnode_param *vp = &op->file[0]; in afs_setattr_success()
[all …]
H A Ddir.c638 struct afs_vnode_param *vp; in afs_do_lookup_success()
747 struct afs_vnode_param *vp; in afs_do_lookup()
808 sizeof(struct afs_vnode_param), in afs_do_lookup()
1226 struct afs_vnode_param *vp = &op->file[1]; in afs_vnode_new_inode()
1261 struct afs_vnode_param *dvp = &op->file[0]; in afs_create_edit_dir()
1262 struct afs_vnode_param *vp = &op->file[1]; in afs_create_edit_dir()
1345 struct afs_vnode_param *dvp = &op->file[0]; in afs_rmdir_edit_dir()
1480 struct afs_vnode_param *dvp = &op->file[0]; in afs_unlink_edit_dir()
1630 struct afs_vnode_param *dvp = &op->file[0]; in afs_link_success()
1631 struct afs_vnode_param *vp = &op->file[1]; in afs_link_success()
[all …]
H A Dinternal.h746 struct afs_vnode_param { struct
774 struct afs_vnode_param file[2]; argument
775 struct afs_vnode_param *more_files;
1145 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *);
1149 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1567 struct afs_vnode_param *dir_vp, in afs_update_dentry_version()
1591 struct afs_vnode_param *dvp) in afs_check_dir_conflict()
H A Ddir_silly.c25 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_rename_edit_dir()
169 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_unlink_edit_dir()
H A Dfs_operation.c110 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode()