Searched refs:fat_setattr (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
D | file.c | 98 err = fat_setattr(file->f_path.dentry, &ia); in fat_ioctl_set_attributes() 469 int fat_setattr(struct dentry *dentry, struct iattr *attr) in fat_setattr() function 558 EXPORT_SYMBOL_GPL(fat_setattr); 561 .setattr = fat_setattr,
|
D | fat.h | 400 extern int fat_setattr(struct dentry *dentry, struct iattr *attr);
|
D | namei_msdos.c | 639 .setattr = fat_setattr,
|
D | namei_vfat.c | 1034 .setattr = fat_setattr,
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 57892 @@ -494,6 +514,7 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr) 57900 @@ -504,7 +525,7 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr) 57909 @@ -534,6 +555,9 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr)
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 360245 @@ -503,6 +521,7 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr) 360253 @@ -513,7 +532,7 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr) 360262 @@ -543,6 +562,9 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr)
|