Lines Matching defs:mapped
608 return 0; /* not an extent-mapped inode */
4113 * return > 0, number of blocks already mapped/allocated
4116 * otherwise blocks are mapped
4700 * For block-mapped files, posix_fallocate should fall back to the method
5783 * been mapped to a physical cluster
5788 * Returns 1 if any block in the logical cluster is mapped, signifying
5797 int depth, mapped = 0, err = 0;
5803 * mapped - no physical clusters have been allocated, and the
5836 /* can't be mapped if the extent tree is empty */
5847 * The last case indicates the target cluster is not mapped.
5853 mapped = 1;
5858 mapped = 1;
5865 return err ? err : mapped;