Searched defs:afs_operation (Results 1 – 1 of 1) sorted by relevance
859 struct afs_operation { struct863 const struct afs_operation_ops *ops; argument866 struct afs_volume *volume; /* Volume being accessed */867 struct afs_vnode_param file[2];868 struct afs_vnode_param *more_files;869 struct afs_volsync pre_volsync; /* Volsync before op */870 struct afs_volsync volsync; /* Volsync returned by op */871 struct dentry *dentry; /* Dentry to be altered */872 struct dentry *dentry_2; /* Second dentry to be altered */873 struct timespec64 mtime; /* Modification time to record */[all …]