Home
last modified time | relevance | path

Searched refs:v_mtime (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/nfsd/
Dnfs3proc.c243 __u32 v_mtime, v_atime; in nfsd3_create_file() local
282 v_mtime = 0; in nfsd3_create_file()
292 v_mtime = verifier[0] & 0x7fffffff; in nfsd3_create_file()
309 if (d_inode(child)->i_mtime.tv_sec == v_mtime && in nfsd3_create_file()
336 iap->ia_mtime.tv_sec = v_mtime; in nfsd3_create_file()
Dnfs4proc.c241 __u32 v_mtime, v_atime; in nfsd4_create_file() local
282 v_mtime = 0; in nfsd4_create_file()
295 v_mtime = verifier[0] & 0x7fffffff; in nfsd4_create_file()
325 if (d_inode(child)->i_mtime.tv_sec == v_mtime && in nfsd4_create_file()
334 if (d_inode(child)->i_mtime.tv_sec == v_mtime && in nfsd4_create_file()
361 iap->ia_mtime.tv_sec = v_mtime; in nfsd4_create_file()