Symbol: d_count
drivers/s390/block/dasd_fba.c
326
int d_count = 0;
drivers/s390/block/dasd_fba.c
382
d_count = d_stop - (first_rec + cur_pos) + 1;
drivers/s390/block/dasd_fba.c
385
locate_record(ccw++, LO_data++, WRITE, cur_pos, d_count);
drivers/s390/block/dasd_fba.c
390
cur_pos += d_count;
drivers/scsi/qlogicpti.c
923
ds[i].d_count = sg_dma_len(s);
drivers/scsi/qlogicpti.c
947
ds[i].d_count = sg_dma_len(s);
drivers/scsi/qlogicpti.c
954
cmd->dataseg[0].d_count = 0;
drivers/scsi/qlogicpti.h
95
u32 d_count;
fs/afs/dir.c
1584
if (d_count(dentry) > 1) {
fs/afs/dir.c
2159
if (d_count(new_dentry) > 2) {
fs/autofs/expire.c
219
if (d_count(p) > ino_count) {
fs/autofs/expire.c
380
if (d_count(dentry) > ino_count)
fs/autofs/expire.c
397
if (d_count(dentry) > ino_count)
fs/autofs/root.c
157
if ((int) d_count(active) <= 0)
fs/ceph/inode.c
1570
dn, d_count(dn), realdn, d_count(realdn),
fs/ceph/mds_client.c
2976
doutc(cl, "on %p %d built %llx '%.*s'\n", dentry, d_count(dentry),
fs/coda/dir.c
463
if (d_count(de) > 1)
fs/configfs/dir.c
421
pr_debug(" o %pd removing done (%d)\n", d, d_count(d));
fs/ecryptfs/inode.c
341
BUG_ON(!d_count(lower_dentry));
fs/nfs/dir.c
1797
if ((flags & LOOKUP_RENAME_TARGET) && d_count(dentry) < 2 &&
fs/nfs/dir.c
2587
if (d_count(dentry) > 1 && !test_bit(NFS_INO_PRESERVE_UNLINKED,
fs/nfs/dir.c
2774
d_count(new_dentry));
fs/nfs/dir.c
2795
if (d_count(new_dentry) > 2) {
fs/nfs/unlink.c
454
dentry, d_count(dentry));
fs/nilfs2/super.c
1001
return d_count(root_dentry) > 1;
fs/orangefs/namei.c
384
old_dentry, new_dentry, d_count(new_dentry));
fs/smb/client/inode.c
2035
if (d_count(dentry) > 1)
include/linux/maple_tree.h
192
unsigned char d_count;
lib/maple_tree.c
2297
cp->d_count = 1;
lib/maple_tree.c
2302
cp->d_count = 2;
lib/maple_tree.c
2345
cp->d_count = 3;
lib/maple_tree.c
2348
for (int i = 0; i < cp->d_count; i++) {
lib/maple_tree.c
2528
if (d == cp->d_count - 1)
lib/maple_tree.c
2531
if (d >= cp->d_count) {
lib/maple_tree.c
2553
for (d = 0; d < cp->d_count; d++) {
lib/maple_tree.c
2585
cp->end = cp->d_count - 1;
lib/maple_tree.c
2595
if (cp->d_count != 1) {
lib/maple_tree.c
2601
cp->data = cp->d_count;
lib/maple_tree.c
2630
if (cp->d_count != 1 || sib->end)
lib/maple_tree.c
2663
if ((cp->d_count == 1) &&
net/netfilter/ipvs/ip_vs_sh.c
168
int d_count;
net/netfilter/ipvs/ip_vs_sh.c
174
d_count = 0;
net/netfilter/ipvs/ip_vs_sh.c
194
if (++d_count >= atomic_read(&dest->weight)) {
net/netfilter/ipvs/ip_vs_sh.c
196
d_count = 0;