Searched refs:afs_vnode_param (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/afs/ |
| H A D | yfsclient.c | 356 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64() 471 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data() 513 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_create_vnode() 514 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_create_vnode() 552 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_create_file() 603 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_make_dir() 645 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_remove_file2() 646 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_remove_file2() 693 struct afs_vnode_param *dvp = &op->file[0]; in yfs_fs_remove_file2() 731 struct afs_vnode_param *dvp = &op->file[0]; in yfs_deliver_fs_remove() [all …]
|
| H A D | inode.c | 154 struct afs_vnode_param *vp, in afs_inode_init_from_status() 252 struct afs_vnode_param *vp) in afs_apply_status() 363 struct afs_vnode_param *vp) in afs_apply_callback() 379 void afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) in afs_vnode_commit_status() 426 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fetch_status_success() 494 struct afs_vnode_param *vp = opaque; in afs_iget5_test() 505 struct afs_vnode_param *vp = opaque; in afs_iget5_set() 560 struct inode *afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) in afs_iget() 562 struct afs_vnode_param *dvp = &op->file[0]; in afs_iget() 791 struct afs_vnode_param *vp = &op->file[0]; in afs_setattr_success() [all …]
|
| H A D | dir_silly.c | 25 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_rename_edit_dir() 72 op->more_files = kvcalloc(2, sizeof(struct afs_vnode_param), GFP_KERNEL); in afs_do_silly_rename() 178 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_unlink_edit_dir()
|
| H A D | dir.c | 666 struct afs_vnode_param *vp; in afs_do_lookup_success() 777 struct afs_vnode_param *vp; in afs_do_lookup() 838 sizeof(struct afs_vnode_param), in afs_do_lookup() 1240 struct afs_vnode_param *dvp = &op->file[0]; in afs_vnode_new_inode() 1241 struct afs_vnode_param *vp = &op->file[1]; in afs_vnode_new_inode() 1281 struct afs_vnode_param *dvp = &op->file[0]; in afs_create_edit_dir() 1282 struct afs_vnode_param *vp = &op->file[1]; in afs_create_edit_dir() 1375 struct afs_vnode_param *dvp = &op->file[0]; in afs_rmdir_edit_dir() 1523 struct afs_vnode_param *dvp = &op->file[0]; in afs_unlink_edit_dir() 1682 struct afs_vnode_param *dvp = &op->file[0]; in afs_link_success() [all …]
|
| H A D | internal.h | 842 struct afs_vnode_param { struct 870 struct afs_vnode_param file[2]; argument 871 struct afs_vnode_param *more_files; 1254 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *); 1257 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *); 1754 struct afs_vnode_param *dir_vp, in afs_update_dentry_version() 1778 struct afs_vnode_param *dvp) in afs_check_dir_conflict()
|
| H A D | fs_operation.c | 211 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode()
|