Searched refs:i_count (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/mail/
H A Dcmd2.c465 tab->i_count++;
480 if (tab->i_count == 0) {
484 ring = (char **)salloc((tab->i_count + 1) * sizeof(char *));
490 qsort(ring, tab->i_count, sizeof(char *), igcomp);
H A Ddef.h222 int i_count; /* Number of entries */ member in struct:ignoretab
H A Dutil.c582 if (ignore[1].i_count > 0)
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dinode.h83 int32_t i_count; /* Size of free slot in directory. */ member in struct:inode
H A Dext2_lookup.c481 * then set dp->i_count to 0 indicating
485 * dp->i_offset + dp->i_count.
489 dp->i_count = 0;
493 dp->i_count = ss.slotsize;
560 * is a previous entry in this block) in dp->i_count.
570 dp->i_count = 0;
572 dp->i_count = dp->i_offset - prevoff;
858 * (dp->i_offset, dp->i_count) indicate how the space for the new
910 if (dp->i_count == 0) {
912 * If dp->i_count i
[all...]
H A Dext2_htree.c753 if (ip->i_count != 0)
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_lookup.c511 * then set dp->i_count to 0 indicating
515 * dp->i_offset + dp->i_count.
519 dp->i_count = 0;
524 dp->i_count = 0;
526 dp->i_count = dp->i_offset - prevoff;
529 dp->i_count = slotsize;
592 * is a previous entry in this block) in dp->i_count.
602 dp->i_count = 0;
604 dp->i_count = dp->i_offset - prevoff;
864 * dp->i_count) indicat
[all...]
H A Dinode.h80 int32_t i_count; /* Size of free slot in directory. */ member in struct:inode
H A Dufs_vnops.c1409 if (tdp->i_count && tdp->i_endoff &&
/freebsd-10.0-release/sys/dev/qlxge/
H A Dqls_hw.c89 static int qls_mbx_cmd(qla_host_t *ha, uint32_t *in_mbx, uint32_t i_count,
2162 qls_mbx_cmd(qla_host_t *ha, uint32_t *in_mbx, uint32_t i_count, argument
2190 for (i = 0; i < i_count; i++) {

Completed in 200 milliseconds