Home
last modified time | relevance | path

Searched refs:nfs_verify_change_attribute (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c1026 * nfs_verify_change_attribute - Detects NFS remote directory changes
1034 static bool nfs_verify_change_attribute(struct inode *dir, unsigned long verf) in nfs_verify_change_attribute() function
1066 if (!nfs_verify_change_attribute(dir, verf)) in nfs_set_verifier_locked()
1133 if (!nfs_verify_change_attribute(dir, dentry->d_time)) in nfs_check_verifier()
1142 if (!nfs_verify_change_attribute(dir, dentry->d_time)) in nfs_check_verifier()
1337 if (!ret && nfs_verify_change_attribute(dir, dentry->d_time)) in nfs_lookup_revalidate_dentry()
/kernel/linux/linux-6.6/fs/nfs/
H A Ddir.c1396 * nfs_verify_change_attribute - Detects NFS remote directory changes
1404 static bool nfs_verify_change_attribute(struct inode *dir, unsigned long verf) in nfs_verify_change_attribute() function
1436 if (!nfs_verify_change_attribute(dir, verf)) in nfs_set_verifier_locked()
1495 return nfs_verify_change_attribute(dir, dentry->d_time); in nfs_dentry_verify_change()

Completed in 8 milliseconds