Home
last modified time | relevance | path

Searched refs:getbmap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A DMakefile.am27 getbmap.c \
28 getbmap.h \
H A Dmeson.build13 'getbmap.c',
H A DMakefile.in116 exevents.lo extinit.lo getbmap.lo getdctl.lo getfctl.lo \
154 ./$(DEPDIR)/extinit.Plo ./$(DEPDIR)/getbmap.Plo \
607 getbmap.c \
608 getbmap.h \
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getbmap.Plo@am__quote@ # am--include-marker
973 -rm -f ./$(DEPDIR)/getbmap.Plo
1071 -rm -f ./$(DEPDIR)/getbmap.Plo
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_fs.h34 struct getbmap { struct
788 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
794 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
798 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
H A Dxfs_bmap.h9 struct getbmap;
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ioctl.c1678 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()