Lines Matching refs:XDR

102 static bool_t cachefs_xdr_logfile_header(XDR *,
104 static bool_t cachefs_xdr_mount(XDR *, struct cachefs_log_mount_record *);
105 static bool_t cachefs_xdr_umount(XDR *, struct cachefs_log_umount_record *);
106 static bool_t cachefs_xdr_getpage(XDR *, struct cachefs_log_getpage_record *);
107 static bool_t cachefs_xdr_readdir(XDR *, struct cachefs_log_readdir_record *);
108 static bool_t cachefs_xdr_readlink(XDR *,
110 static bool_t cachefs_xdr_remove(XDR *, struct cachefs_log_remove_record *);
111 static bool_t cachefs_xdr_rmdir(XDR *, struct cachefs_log_rmdir_record *);
112 static bool_t cachefs_xdr_truncate(XDR *,
114 static bool_t cachefs_xdr_putpage(XDR *, struct cachefs_log_putpage_record *);
115 static bool_t cachefs_xdr_create(XDR *, struct cachefs_log_create_record *);
116 static bool_t cachefs_xdr_mkdir(XDR *, struct cachefs_log_mkdir_record *);
117 static bool_t cachefs_xdr_rename(XDR *, struct cachefs_log_rename_record *);
118 static bool_t cachefs_xdr_symlink(XDR *, struct cachefs_log_symlink_record *);
119 static bool_t cachefs_xdr_populate(XDR *,
121 static bool_t cachefs_xdr_csymlink(XDR *,
123 static bool_t cachefs_xdr_filldir(XDR *,
125 static bool_t cachefs_xdr_mdcreate(XDR *,
127 static bool_t cachefs_xdr_gpfront(XDR *,
129 static bool_t cachefs_xdr_rfdir(XDR *,
131 static bool_t cachefs_xdr_ualloc(XDR *,
133 static bool_t cachefs_xdr_calloc(XDR *,
135 static bool_t cachefs_xdr_nocache(XDR *,
456 XDR xdrm;
588 XDR xdrm;
592 * NULL out the x_ops field of XDR. this way, if x_ops !=
689 cachefs_xdr_logfile_header(XDR *xdrs, struct cachefs_log_logfile_header *h)
772 cachefs_xdr_mount(XDR *xdrs, struct cachefs_log_mount_record *rec)
819 cachefs_xdr_umount(XDR *xdrs, struct cachefs_log_umount_record *rec)
862 cachefs_xdr_getpage(XDR *xdrs, struct cachefs_log_getpage_record *rec)
910 cachefs_xdr_readdir(XDR *xdrs, struct cachefs_log_readdir_record *rec)
957 cachefs_xdr_readlink(XDR *xdrs, struct cachefs_log_readlink_record *rec)
1002 cachefs_xdr_remove(XDR *xdrs, struct cachefs_log_remove_record *rec)
1046 cachefs_xdr_rmdir(XDR *xdrs, struct cachefs_log_rmdir_record *rec)
1091 cachefs_xdr_truncate(XDR *xdrs, struct cachefs_log_truncate_record *rec)
1138 cachefs_xdr_putpage(XDR *xdrs, struct cachefs_log_putpage_record *rec)
1184 cachefs_xdr_create(XDR *xdrs, struct cachefs_log_create_record *rec)
1230 cachefs_xdr_mkdir(XDR *xdrs, struct cachefs_log_mkdir_record *rec)
1275 cachefs_xdr_rename(XDR *xdrs, struct cachefs_log_rename_record *rec)
1321 cachefs_xdr_symlink(XDR *xdrs, struct cachefs_log_symlink_record *rec)
1367 cachefs_xdr_populate(XDR *xdrs, struct cachefs_log_populate_record *rec)
1412 cachefs_xdr_csymlink(XDR *xdrs, struct cachefs_log_csymlink_record *rec)
1456 cachefs_xdr_filldir(XDR *xdrs, struct cachefs_log_filldir_record *rec)
1500 cachefs_xdr_mdcreate(XDR *xdrs, struct cachefs_log_mdcreate_record *rec)
1546 cachefs_xdr_gpfront(XDR *xdrs, struct cachefs_log_gpfront_record *rec)
1592 cachefs_xdr_rfdir(XDR *xdrs, struct cachefs_log_rfdir_record *rec)
1637 cachefs_xdr_ualloc(XDR *xdrs, struct cachefs_log_ualloc_record *rec)
1683 cachefs_xdr_calloc(XDR *xdrs, struct cachefs_log_calloc_record *rec)
1728 cachefs_xdr_nocache(XDR *xdrs, struct cachefs_log_nocache_record *rec)