Home
last modified time | relevance | path

Searched refs:update_mtime (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py74 def update_mtime(f): function
87 update_mtime(f)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py39 def update_mtime(self, f): member in FileMtimeCache
/openbmc/linux/fs/fuse/
H A Ddir.c1696 static bool update_mtime(unsigned ivalid, bool trust_local_mtime) in update_mtime() function
1734 if ((ivalid & ATTR_MTIME) && update_mtime(ivalid, trust_local_cmtime)) { in iattr_to_fattr()
/openbmc/linux/mm/
H A Dshmem.c1181 bool update_mtime = false; in shmem_setattr() local
1209 update_mtime = true; in shmem_setattr()
1248 if (update_mtime) in shmem_setattr()