Home
last modified time | relevance | path

Searched refs:d_time (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/fs/autofs/
Droot.c96 dentry->d_time = jiffies + AUTOFS_NEGATIVE_TIMEOUT; in try_to_fill_dentry()
109 dentry->d_time = (unsigned long) ent; in try_to_fill_dentry()
167 return (dentry->d_time - jiffies <= AUTOFS_NEGATIVE_TIMEOUT); in autofs_revalidate()
182 ent = (struct autofs_dir_ent *) dentry->d_time; in autofs_revalidate()
342 dentry->d_time = (unsigned long)(struct autofs_dirhash *)NULL; in autofs_root_unlink()
371 dentry->d_time = (unsigned long)(struct autofs_dir_ent *)NULL; in autofs_root_rmdir()
/linux-2.4.37.9/fs/ncpfs/
Dncplib_kernel.h138 #define NCP_GET_AGE(dentry) (jiffies - (dentry)->d_time)
145 dentry->d_time = jiffies - server->dentry_ttl; in ncp_age_dentry()
151 dentry->d_time = jiffies; in ncp_new_dentry()
/linux-2.4.37.9/fs/smbfs/
Ddir.c295 unsigned long age = jiffies - dentry->d_time; in smb_lookup_validate()
387 dentry->d_time = jiffies; in smb_new_dentry()
400 dentry->d_time = jiffies; in smb_renew_times()
/linux-2.4.37.9/include/linux/
Ddcache.h79 unsigned long d_time; /* used by d_revalidate */ member
Dsmb_fs.h129 dentry->d_time = jiffies - SMB_MAX_AGE(server); in smb_age_dentry()
/linux-2.4.37.9/fs/autofs4/
Droot.c110 dentry->d_time = jiffies + AUTOFS_NEGATIVE_TIMEOUT; in try_to_fill_dentry()
163 return (dentry->d_time - jiffies <= AUTOFS_NEGATIVE_TIMEOUT); in autofs4_root_revalidate()
/linux-2.4.37.9/fs/vfat/
Dnamei.c79 if (dentry->d_time == dentry->d_parent->d_inode->i_version) { in vfat_revalidate()
1021 dentry->d_time = dentry->d_parent->d_inode->i_version; in vfat_lookup()
1046 dentry->d_time = dentry->d_parent->d_inode->i_version; in vfat_create()
1149 dentry->d_time = dentry->d_parent->d_inode->i_version; in vfat_mkdir()
/linux-2.4.37.9/fs/nfs/
Ddir.c424 return time_after(dentry->d_time, NFS_MTIME_UPDATE(dir)); in nfs_check_verifier()
433 dentry->d_time = jiffies; in nfs_renew_times()
460 return time_after(jiffies, dentry->d_time + NFS_ATTRTIMEO(dir)); in nfs_neg_need_reval()
/linux-2.4.37.9/fs/coda/
Ddir.c146 entry->d_time = 0; in coda_lookup()