Home
last modified time | relevance | path

Searched refs:iattr (Results 1 – 12 of 12) sorted by relevance

/external/kernel-headers/original/linux/
Dnfs_xdr.h125 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 …]
Dsysfs.h76 struct iattr * s_iattr;
Dfs.h293 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 *);
Dquota.h253 int (*transfer) (struct inode *, struct iattr *);
Dmsdos_fs.h417 extern int fat_notify_change(struct dentry * dentry, struct iattr * attr);
Dext3_fs.h805 extern int ext3_setattr (struct dentry *, struct iattr *);
/external/kernel-headers/original/linux/nfsd/
Dxdr.h20 struct iattr attrs;
49 struct iattr attrs;
79 struct iattr attrs;
/external/libxml2/
Dxmlschemas.c21606 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/
Ddevextras.h240 struct iattr { struct
Dyaffs_guts.h823 int yaffs_SetAttributes(yaffs_Object * obj, struct iattr *attr);
824 int yaffs_GetAttributes(yaffs_Object * obj, struct iattr *attr);
Dyaffs_fs.c142 static int yaffs_setattr(struct dentry *dentry, struct iattr *attr);
1248 static int yaffs_setattr(struct dentry *dentry, struct iattr *attr) in yaffs_setattr()
Dyaffs_guts.c6115 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()