Searched refs:xdr_cfs_time_t (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_log.c | 62 #define xdr_cfs_time_t(xdrs, p) xdr_int((xdrs), (int *)(p)) macro 781 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_mount() 823 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_umount() 866 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_getpage() 914 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_readdir() 961 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_readlink() 1006 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_remove() 1050 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_rmdir() 1095 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_truncate() 1142 (! xdr_cfs_time_t(xdrs, &rec->time)) || in cachefs_xdr_putpage() [all …]
|