Searched defs:afs_operation (Results 1 – 1 of 1) sorted by relevance
789 struct afs_operation { struct793 const struct afs_operation_ops *ops; argument796 struct afs_volume *volume; /* Volume being accessed */797 struct afs_vnode_param file[2];798 struct afs_vnode_param *more_files;799 struct afs_volsync volsync;800 struct dentry *dentry; /* Dentry to be altered */801 struct dentry *dentry_2; /* Second dentry to be altered */802 struct timespec64 mtime; /* Modification time to record */803 struct timespec64 ctime; /* Change time to set */[all …]