OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragroundup
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
fs.h
411
#define
fragroundup
(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \
macro
436
: (
fragroundup
(fs, blkoff(fs, (ip)->i_size))))
440
: (
fragroundup
(fs, blkoff(fs, (dip)->di_size))))
ufs2.h
395
#define
fragroundup
(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \
macro
413
: (
fragroundup
(fs, blkoff(fs, (ip)->i_size))))
417
: (
fragroundup
(fs, blkoff(fs, (size)))))
Completed in 132 milliseconds