Searched refs:iattr (Results 1 – 12 of 12) sorted by relevance
/external/kernel-headers/original/linux/ |
D | nfs_xdr.h | 125 struct iattr * attrs; /* UNCHECKED, GUARDED */ 299 struct iattr * sattr; 312 struct iattr * sattr; 327 struct iattr * iap; 364 struct iattr * sattr; 402 struct iattr * sattr; 422 struct iattr * sattr; 431 struct iattr * sattr; 440 struct iattr * sattr; 448 struct iattr * sattr; [all …]
|
D | sysfs.h | 76 struct iattr * s_iattr;
|
D | fs.h | 293 struct iattr { struct 1102 int (*setattr) (struct dentry *, struct iattr *); 1550 extern int notify_change(struct dentry *, struct iattr *); 1826 extern int inode_change_ok(struct inode *, struct iattr *); 1827 extern int __must_check inode_setattr(struct inode *, struct iattr *);
|
D | quota.h | 253 int (*transfer) (struct inode *, struct iattr *);
|
D | msdos_fs.h | 417 extern int fat_notify_change(struct dentry * dentry, struct iattr * attr);
|
D | ext3_fs.h | 805 extern int ext3_setattr (struct dentry *, struct iattr *);
|
/external/kernel-headers/original/linux/nfsd/ |
D | xdr.h | 20 struct iattr attrs; 49 struct iattr attrs; 79 struct iattr attrs;
|
/external/libxml2/ |
D | xmlschemas.c | 21606 xmlSchemaAttrInfoPtr iattr; in xmlSchemaGetMetaAttrInfo() local 21609 iattr = vctxt->attrInfos[i]; in xmlSchemaGetMetaAttrInfo() 21610 if (iattr->metaType == metaType) in xmlSchemaGetMetaAttrInfo() 21611 return (iattr); in xmlSchemaGetMetaAttrInfo() 21637 xmlSchemaAttrInfoPtr iattr; in xmlSchemaAssembleByXSI() local 21647 iattr = xmlSchemaGetMetaAttrInfo(vctxt, in xmlSchemaAssembleByXSI() 21649 if (iattr == NULL) in xmlSchemaAssembleByXSI() 21650 iattr = xmlSchemaGetMetaAttrInfo(vctxt, in xmlSchemaAssembleByXSI() 21652 if (iattr == NULL) in xmlSchemaAssembleByXSI() 21654 cur = iattr->value; in xmlSchemaAssembleByXSI() [all …]
|
/external/yaffs2/yaffs2/ |
D | devextras.h | 240 struct iattr { struct
|
D | yaffs_guts.h | 823 int yaffs_SetAttributes(yaffs_Object * obj, struct iattr *attr); 824 int yaffs_GetAttributes(yaffs_Object * obj, struct iattr *attr);
|
D | yaffs_fs.c | 142 static int yaffs_setattr(struct dentry *dentry, struct iattr *attr); 1248 static int yaffs_setattr(struct dentry *dentry, struct iattr *attr) in yaffs_setattr()
|
D | yaffs_guts.c | 6115 int yaffs_SetAttributes(yaffs_Object * obj, struct iattr *attr) in yaffs_SetAttributes() 6141 int yaffs_GetAttributes(yaffs_Object * obj, struct iattr *attr) in yaffs_GetAttributes()
|