Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs3proc.c231 __u32 v_mtime, v_atime; in nfsd3_create_file() local
270 v_mtime = 0; in nfsd3_create_file()
280 v_mtime = verifier[0] & 0x7fffffff; in nfsd3_create_file()
297 if (d_inode(child)->i_mtime.tv_sec == v_mtime && in nfsd3_create_file()
326 iap->ia_mtime.tv_sec = v_mtime; in nfsd3_create_file()
H A 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()
363 iap->ia_mtime.tv_sec = v_mtime; in nfsd4_create_file()