Searched refs:d_time (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Droot.c101 dentry->d_time = jiffies + AUTOFS_NEGATIVE_TIMEOUT;
114 dentry->d_time = (unsigned long) ent;
172 return (dentry->d_time - jiffies <= AUTOFS_NEGATIVE_TIMEOUT);
187 ent = (struct autofs_dir_ent *) dentry->d_time;
380 dentry->d_time = (unsigned long)(struct autofs_dirhash *)NULL;
417 dentry->d_time = (unsigned long)(struct autofs_dir_ent *)NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.h172 #define NCP_GET_AGE(dentry) (jiffies - (dentry)->d_time)
179 dentry->d_time = jiffies - server->dentry_ttl;
185 dentry->d_time = jiffies;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Ddir.c40 direntry->d_time = jiffies;
510 direntry->d_time = jiffies;
543 if (time_after(jiffies, direntry->d_time + HZ) ||
H A Dreaddir.c107 tmp_dentry->d_time = jiffies;
H A Dinode.c1216 cFYI(1, ("Revalidate: %s inode 0x%p count %d dentry: 0x%p d_time %ld "
1219 direntry->d_time, jiffies));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsmb_fs.h95 dentry->d_time = jiffies - SMB_MAX_AGE(server);
H A Ddcache.h106 unsigned long d_time; /* used by d_revalidate */ member in struct:dentry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c42 if (dentry->d_time != dentry->d_parent->d_inode->i_version)
724 dentry->d_time = dentry->d_parent->d_inode->i_version;
728 dentry->d_time = dentry->d_parent->d_inode->i_version;
760 dentry->d_time = dentry->d_parent->d_inode->i_version;
854 dentry->d_time = dentry->d_parent->d_inode->i_version;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Ddir.c303 unsigned long age = jiffies - dentry->d_time;
395 dentry->d_time = jiffies;
412 dentry->d_time = jiffies;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddir.c20 entry->d_time = time;
25 return entry->d_time;
33 entry->d_time = time;
39 return (u64) entry->d_time +
47 * dentry->d_time and fuse_inode->i_time respectively.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Ddir.c143 entry->d_time = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c680 dentry->d_time = jiffies;
875 /* When creating a negative dentry, we want to renew d_time */

Completed in 140 milliseconds