Home
last modified time | relevance | path

Searched defs:realfile (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c46 struct file *realfile; in ovl_open_realfile() local
154 struct file *realfile; in ovl_open() local
486 struct file *realfile = file->private_data; in ovl_mmap() local
H A Dreaddir.c57 struct file *realfile; member
297 struct file *realfile; in ovl_dir_read() local
856 struct file *old, *realfile = od->realfile; in ovl_dir_real_file() local
888 struct file *realfile; in ovl_dir_fsync() local
925 struct file *realfile; in ovl_dir_open() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py305 def better_compile(text, file, realfile, mode = "exec", lineno = 0): argument
341 def _print_exception(t, value, tb, realfile, text, context): argument
394 def better_exec(code, context, text = None, realfile = "<code>", pythonexception=False): argument