taglinefilesource code
ROUND_UP24fs/ext/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP27fs/ext2/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP122fs/hpfs/hpfs_fs.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP30fs/isofs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP21fs/minix/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP24fs/msdos/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP26fs/nfs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP28fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
ROUND_UP28fs/sysv/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP40fs/umsdos/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
ROUND_UP27fs/xiafs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)