| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | dir.c | 322 struct dentry *upperdir = ovl_dentry_upper(dentry->d_parent); in ovl_create_upper() local 323 struct inode *udir = upperdir->d_inode; in ovl_create_upper() 333 upperdir, in ovl_create_upper() 363 struct dentry *upperdir = ovl_dentry_upper(dentry->d_parent); in ovl_clear_empty() local 364 struct inode *udir = upperdir->d_inode; in ovl_clear_empty() 374 err = ovl_lock_rename_workdir(workdir, upperdir); in ovl_clear_empty() 416 unlock_rename(workdir, upperdir); in ovl_clear_empty() 427 unlock_rename(workdir, upperdir); in ovl_clear_empty() 462 struct dentry *upperdir = ovl_dentry_upper(dentry->d_parent); in ovl_create_over_whiteout() local 463 struct inode *udir = upperdir->d_inode; in ovl_create_over_whiteout() [all …]
|
| H A D | super.c | 251 kfree(ofs->config.upperdir); in ovl_free_fs() 367 if (ofs->config.upperdir) { in ovl_show_options() 368 seq_show_option(m, "upperdir", ofs->config.upperdir); in ovl_show_options() 536 kfree(config->upperdir); in ovl_parse_opt() 537 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt() 538 if (!config->upperdir) in ovl_parse_opt() 630 if (!config->upperdir) { in ovl_parse_opt() 644 if (!config->upperdir && config->ovl_volatile) { in ovl_parse_opt() 657 if (!config->upperdir && config->redirect_follow) in ovl_parse_opt() 683 if (!config->upperdir && config->redirect_follow) { in ovl_parse_opt() [all …]
|
| H A D | copy_up.c | 454 struct dentry *upperdir = ovl_dentry_upper(c->parent); in ovl_link_up() local 455 struct inode *udir = d_inode(upperdir); in ovl_link_up() 458 err = ovl_set_impure(c->parent, upperdir); in ovl_link_up() 467 upper = lookup_one_len(c->dentry->d_name.name, upperdir, in ovl_link_up() 476 ovl_set_timestamps(upperdir, &c->pstat); in ovl_link_up()
|
| H A D | util.c | 845 int ovl_lock_rename_workdir(struct dentry *workdir, struct dentry *upperdir) in ovl_lock_rename_workdir() argument 848 if (workdir == upperdir) in ovl_lock_rename_workdir() 852 if (lock_rename(workdir, upperdir) != NULL) in ovl_lock_rename_workdir() 858 unlock_rename(workdir, upperdir); in ovl_lock_rename_workdir()
|
| H A D | ovl_entry.h | 10 char *upperdir; member
|
| H A D | namei.c | 826 struct dentry *upperdir, *upperdentry = NULL; in ovl_lookup() local 852 upperdir = ovl_dentry_upper(dentry->d_parent); in ovl_lookup() 853 if (upperdir) { in ovl_lookup() 854 err = ovl_lookup_layer(upperdir, &d, &upperdentry, true); in ovl_lookup()
|
| H A D | overlayfs.h | 320 int ovl_lock_rename_workdir(struct dentry *workdir, struct dentry *upperdir);
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | overlayfs-unit.mount.in | 10 Options=lowerdir={LOWERDIR},upperdir={DATA_MOUNT_POINT}/upper{LOWERDIR},workdir={DATA_MOUNT_POINT}/…
|
| H A D | overlayfs-etc-preinit.sh.in | 39 -o upperdir=$UPPER_DIR \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | read-only-rootfs-hook.sh | 40 …if ! mount -t overlay overlay -olowerdir=/var/lib,upperdir=/var/volatile/lib,workdir=/var/volatile…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/volatile-binds/files/ |
| H A D | mount-copybind | 57 …OVERLAYFS" = 1 ] || ! mount -t overlay overlay -olowerdir="$mountpoint",upperdir="$spec",workdir="…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | overlayroot | 96 …mount -t overlay overlay -o lowerdir=${ROMOUNT},upperdir=${UPPER_DIR},workdir=${WORK_DIR} ${NEWROO…
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | overlayfs.rst | 121 "upperdir" are combined into a merged directory: 123 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,\ 127 as upperdir. 158 cache. The uneven security model where cache, upperdir and workdir 340 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,... /merged 359 As the example shows, "upperdir=" and "workdir=" may be omitted. In 394 [*] redirect_dir=follow only conflicts with metacopy=on if upperdir=... is 603 VFS. If any writeback error occurs on the upperdir's filesystem after a 606 call will return an error, even if the upperdir has not experience a new error 614 not crashed and contents of upperdir are intact, The "volatile" directory
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-live.sh | 194 mkdir -p /rootfs.rw/upperdir /rootfs.rw/work
|