Searched defs:fiemap (Results 1 – 2 of 2) sorted by relevance
25 struct fiemap { struct38 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ argument45 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) argument
235 struct fiemap *fiemap = (struct fiemap *)buf; in filefrag_fiemap() local