Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dfile.c45 struct file *realfile; in ovl_open_realfile() local
157 struct file *realfile; in ovl_open() local
530 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
866 struct file *old, *realfile = od->realfile; in ovl_dir_real_file() local
898 struct file *realfile; in ovl_dir_fsync() local
935 struct file *realfile; in ovl_dir_open() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py308 def better_compile(text, file, realfile, mode = "exec", lineno = 0): argument
344 def _print_exception(t, value, tb, realfile, text, context): argument
397 def better_exec(code, context, text = None, realfile = "<code>", pythonexception=False): argument