Home
last modified time | relevance | path

Searched defs:afs_operation (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/afs/
Dinternal.h767 struct afs_operation { struct
771 const struct afs_operation_ops *ops; argument
774 struct afs_volume *volume; /* Volume being accessed */
775 struct afs_vnode_param file[2];
776 struct afs_vnode_param *more_files;
777 struct afs_volsync volsync;
778 struct dentry *dentry; /* Dentry to be altered */
779 struct dentry *dentry_2; /* Second dentry to be altered */
780 struct timespec64 mtime; /* Modification time to record */
781 struct timespec64 ctime; /* Change time to set */
[all …]
/kernel/linux/linux-6.6/fs/afs/
Dinternal.h786 struct afs_operation { struct
790 const struct afs_operation_ops *ops; argument
793 struct afs_volume *volume; /* Volume being accessed */
794 struct afs_vnode_param file[2];
795 struct afs_vnode_param *more_files;
796 struct afs_volsync volsync;
797 struct dentry *dentry; /* Dentry to be altered */
798 struct dentry *dentry_2; /* Second dentry to be altered */
799 struct timespec64 mtime; /* Modification time to record */
800 struct timespec64 ctime; /* Change time to set */
[all …]