taglinefilesource code
ROUND_UP24fs/ext/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP26fs/ext2/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP121fs/hpfs/hpfs_fs.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP26fs/isofs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP17fs/minix/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP18fs/msdos/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP22fs/nfs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP27fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
ROUND_UP24fs/sysv/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP23fs/xiafs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)