Lines Matching defs:mapped
599 return 0; /* not an extent-mapped inode */
4082 * return > 0, number of blocks already mapped/allocated
4085 * otherwise blocks are mapped
4679 * For block-mapped files, posix_fallocate should fall back to the method
5797 * been mapped to a physical cluster
5802 * Returns 1 if any block in the logical cluster is mapped, signifying
5811 int depth, mapped = 0, err = 0;
5817 * mapped - no physical clusters have been allocated, and the
5850 /* can't be mapped if the extent tree is empty */
5861 * The last case indicates the target cluster is not mapped.
5867 mapped = 1;
5872 mapped = 1;
5880 return err ? err : mapped;