Home
last modified time | relevance | path

Searched refs:unsignedlong_format (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
Ddebugfs.c1324 const char *unsignedlong_format = "%lu"; in do_modify_inode() local
1337 modify_u32(argv[0], "Size", unsignedlong_format, &inode.i_size); in do_modify_inode()
1344 modify_u16(argv[0], "Block count high", unsignedlong_format, in do_modify_inode()
1346 modify_u32(argv[0], "Block count", unsignedlong_format, &inode.i_blocks); in do_modify_inode()