freebsd-dev/sys/fs/pseudofs
Enji Cooper 6bfe453238 Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN being
changed from %d to a long-width type.

Use uintmax_t casting and %ju to futureproof the format string against
potential changes with either the #define or the implementation-specific
definition for offsetof(..).
2017-06-27 17:01:46 +00:00
..
pseudofs_fileno.c
pseudofs_internal.h
pseudofs_vncache.c Forcibly remove the cached items from pseudofs vncache on module unload. 2017-01-09 20:14:18 +00:00
pseudofs_vnops.c Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN being 2017-06-27 17:01:46 +00:00
pseudofs.c
pseudofs.h PFS_DELEN is the sum of the permanent part of the struct dirent and 2017-06-25 15:21:51 +00:00