Searched refs:d_count (Results 1 – 17 of 17) sorted by relevance
/linux-3.4.99/net/netfilter/ipvs/ |
D | ip_vs_sh.c | 107 int d_count; in ip_vs_sh_assign() local 111 d_count = 0; in ip_vs_sh_assign() 128 if (++d_count >= atomic_read(&dest->weight)) { in ip_vs_sh_assign() 130 d_count = 0; in ip_vs_sh_assign()
|
/linux-3.4.99/fs/ |
D | dcache.c | 216 BUG_ON(dentry->d_count); in d_free() 489 dentry->d_count--; in dentry_kill() 533 if (dentry->d_count == 1) in dput() 536 BUG_ON(!dentry->d_count); in dput() 537 if (dentry->d_count > 1) { in dput() 538 dentry->d_count--; in dput() 561 dentry->d_count--; in dput() 616 if (dentry->d_count > 1 && dentry->d_inode) { in d_invalidate() 632 dentry->d_count++; in __dget_dlock() 660 BUG_ON(!ret->d_count); in dget_parent() [all …]
|
D | namei.c | 453 BUG_ON(!parent->d_count); in unlazy_walk() 454 parent->d_count++; in unlazy_walk() 2701 if (dentry->d_count == 1) in dentry_unhash()
|
D | locks.c | 1363 && ((dentry->d_count > 1) in generic_add_lease()
|
/linux-3.4.99/include/linux/ |
D | dcache.h | 100 unsigned int d_count; /* protected by d_lock */ member 305 dentry->d_count++; in __d_rcu_to_refcount() 339 dentry->d_count++; in dget_dlock()
|
/linux-3.4.99/fs/autofs4/ |
D | expire.c | 275 if (p->d_count > ino_count) { in autofs4_tree_busy() 400 if (dentry->d_count > ino_count) in autofs4_expire_indirect() 422 if (dentry->d_count > ino_count) in autofs4_expire_indirect() 436 if (dentry->d_count > ino_count) in autofs4_expire_indirect()
|
D | root.c | 185 if (active->d_count == 0) in autofs4_lookup_active()
|
/linux-3.4.99/drivers/scsi/ |
D | qlogicpti.h | 94 u32 d_count; member
|
D | qlogicpti.c | 911 ds[i].d_count = sg_dma_len(s); in load_cmd() 935 ds[i].d_count = sg_dma_len(s); in load_cmd() 942 cmd->dataseg[0].d_count = 0; in load_cmd()
|
/linux-3.4.99/fs/nfs/ |
D | unlink.c | 483 dentry->d_count); in nfs_sillyrename()
|
D | dir.c | 1830 if (dentry->d_count > 1) { in nfs_unlink() 1976 new_dentry->d_count); in nfs_rename() 1994 if (new_dentry->d_count > 2) { in nfs_rename()
|
/linux-3.4.99/fs/coda/ |
D | dir.c | 563 if (de->d_count > 1) in coda_dentry_revalidate()
|
/linux-3.4.99/fs/ceph/ |
D | inode.c | 908 dn, dn->d_count, in splice_dentry() 909 realdn, realdn->d_count, in splice_dentry()
|
D | mds_client.c | 1537 dentry, dentry->d_count, *base, len, path); in ceph_mdsc_build_path()
|
/linux-3.4.99/fs/ecryptfs/ |
D | inode.c | 353 BUG_ON(!lower_dentry->d_count); in ecryptfs_lookup_interpose()
|
/linux-3.4.99/fs/configfs/ |
D | dir.c | 399 pr_debug(" o %s removing done (%d)\n",d->d_name.name, d->d_count); in remove_dir()
|
/linux-3.4.99/fs/nilfs2/ |
D | super.c | 983 return root_dentry->d_count > 1; in nilfs_tree_was_touched()
|