Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dyfsclient.c352 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64()
463 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data()
503 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_create_vnode()
504 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_create_vnode()
542 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_create_file()
592 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_make_dir()
634 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_remove_file2()
828 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_link()
863 struct afs_vnode_param *vp = &op->file[1]; in yfs_fs_link()
901 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_symlink()
[all …]
H A Dfsclient.c303 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_fetch_data()
423 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data64()
454 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data()
489 struct afs_vnode_param *dvp = &op->file[0]; in afs_deliver_fs_create_vnode()
490 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_create_vnode()
526 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_create_file()
625 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_file_status_and_vol()
746 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_link()
783 struct afs_vnode_param *vp = &op->file[1]; in afs_fs_link()
826 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_symlink()
[all …]
H A Dinode.c68 struct afs_vnode_param *vp, in afs_inode_init_from_status()
164 struct afs_vnode_param *vp) in afs_apply_status()
265 struct afs_vnode_param *vp) in afs_apply_callback()
281 void afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) in afs_vnode_commit_status()
328 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fetch_status_success()
396 struct afs_vnode_param *vp = opaque; in afs_iget5_test()
407 struct afs_vnode_param *vp = opaque; in afs_iget5_set()
460 struct inode *afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) in afs_iget()
462 struct afs_vnode_param *dvp = &op->file[0]; in afs_iget()
850 struct afs_vnode_param *vp = &op->file[0]; in afs_setattr_success()
[all …]
H A Ddir.c683 struct afs_vnode_param *vp; in afs_do_lookup_success()
792 struct afs_vnode_param *vp; in afs_do_lookup()
853 sizeof(struct afs_vnode_param), in afs_do_lookup()
1271 struct afs_vnode_param *vp = &op->file[1]; in afs_vnode_new_inode()
1306 struct afs_vnode_param *dvp = &op->file[0]; in afs_create_edit_dir()
1307 struct afs_vnode_param *vp = &op->file[1]; in afs_create_edit_dir()
1392 struct afs_vnode_param *dvp = &op->file[0]; in afs_rmdir_edit_dir()
1527 struct afs_vnode_param *dvp = &op->file[0]; in afs_unlink_edit_dir()
1678 struct afs_vnode_param *dvp = &op->file[0]; in afs_link_success()
1679 struct afs_vnode_param *vp = &op->file[1]; in afs_link_success()
[all …]
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 Dinternal.h766 struct afs_vnode_param { struct
794 struct afs_vnode_param file[2]; argument
795 struct afs_vnode_param *more_files;
1172 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *);
1176 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1605 struct afs_vnode_param *dir_vp, in afs_update_dentry_version()
1629 struct afs_vnode_param *dvp) in afs_check_dir_conflict()
H A Dfs_operation.c110 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode()