Displaying 2 results from an estimated 2 matches for "bulkstat".
Did you mean:
blkstat
2001 Feb 05
1
I have an odd OpenSSH compatablity issue
...bug: Command 'ls -alni /proc' timed out
debug: Command 'ps -efl' timed out
debug: Command 'ipcs -a' timed out
debug: Seeded RNG with 38 bytes from programs
debug: Seeded RNG with 3 bytes from system calls
debug: ssh_connect: getuid 412 geteuid 412 anon 1
debug: Connecting to bulkstats.troy.psi.com [136.161.21.6] port 22.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version 1.2.20
debug: no match: 1.2.20
debug: Local version string SSH-1.5-OpenSSH_2.3.0p1
debug: Waiting for server public key.
Warning: Server lies about size of server public...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...on */
+#define BMV_OF_LAST 0x4 /* segment is the last in the file */
+
+/*
+ * Structure for XFS_IOC_FSSETDM.
+ * For use by backup and restore programs to set the XFS on-disk inode
+ * fields di_dmevmask and di_dmstate. These must be set to exactly and
+ * only values previously obtained via xfs_bulkstat! (Specifically the
+ * xfs_bstat_t fields bs_dmevmask and bs_dmstate.)
+ */
+struct fsdmidata {
+ uint32_t fsd_dmevmask; /* corresponds to di_dmevmask */
+ __u16 fsd_padding;
+ __u16 fsd_dmstate; /* corresponds to di_dmstate */
+};
+
+/*
+ * File segment locking set data type for 64 bit access...