Searched defs:afs_operation (Results 1 – 1 of 1) sorted by relevance
765 struct afs_operation { struct769 const struct afs_operation_ops *ops; argument772 struct afs_volume *volume; /* Volume being accessed */773 struct afs_vnode_param file[2];774 struct afs_vnode_param *more_files;775 struct afs_volsync volsync;776 struct dentry *dentry; /* Dentry to be altered */777 struct dentry *dentry_2; /* Second dentry to be altered */778 struct timespec64 mtime; /* Modification time to record */779 struct timespec64 ctime; /* Change time to set */[all …]