U 501 sys/mount.h #define VFS_QUOTACTL(MP,C,U,A,P) (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A, P) U 220 sys/stdint.h #define UINT32_C(_c) __CONCAT(_c, U)