Searched refs:affs_notify_change (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | symlink.c | 75 .setattr = affs_notify_change,
|
H A D | dir.c | 41 .setattr = affs_notify_change,
|
H A D | affs.h | 184 extern int affs_notify_change(struct dentry *dentry, struct iattr *attr);
|
H A D | inode.c | 219 affs_notify_change(struct dentry *dentry, struct iattr *attr) in affs_notify_change() function
|
H A D | file.c | 1007 .setattr = affs_notify_change,
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | symlink.c | 74 .setattr = affs_notify_change,
|
H A D | dir.c | 41 .setattr = affs_notify_change,
|
H A D | affs.h | 188 extern int affs_notify_change(struct mnt_idmap *idmap,
|
H A D | inode.c | 219 affs_notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in affs_notify_change() function
|
H A D | file.c | 1011 .setattr = affs_notify_change,
|
Completed in 8 milliseconds