name_size         639 src/vfs/tar/tar.c             size_t name_size = current_stat_info.stat.st_size;
name_size         649 src/vfs/tar/tar.c             n = name_size % BLOCKSIZE;
name_size         650 src/vfs/tar/tar.c             size = name_size + BLOCKSIZE;
name_size         653 src/vfs/tar/tar.c             if ((off_t) name_size != current_stat_info.stat.st_size || size < (off_t) name_size)