Lines Matching full:connectable
48 * "layer N connectable". If an ancestor that is NOT "layer N connectable" is
49 * found, we need to copy up an ancestor, which is "layer N connectable", thus
55 * The overlay dentry /a is NOT "layer 2 connectable", because if dir /a is
62 * /a/b/c, which is "layer 2 connectable", on encode time. That ancestor is
72 * example above, /a will be "layer 2 connectable". However, if layer 2 dir /a
73 * is a target of a layer 1 redirect, then /a will NOT be "layer 2 connectable":
79 /* Return the lowest layer for encoding a connectable file handle */
89 * If it's an unindexed merge dir, then it's not connectable with any in ovl_connectable_layer()
103 * copy up a "connectable" ancestor to make it "connected". A "connected" dentry
122 /* Find the topmost origin layer connectable ancestor of @dentry */ in ovl_connect_layer()
132 * If @parent is not origin layer connectable, then copy up in ovl_connect_layer()
133 * @next which is origin layer connectable and we are done. in ovl_connect_layer()
208 * copying up a "connectable" ancestor. in ovl_check_encode_origin()
224 * copy up an ancestor to make lower file handle connectable. in ovl_d_to_fh()
275 /* TODO: encode connectable file handles */ in ovl_encode_fh()
819 …pr_warn_ratelimited("overlayfs: connectable file handles not supported; use 'no_subtree_check' exp… in ovl_fh_to_parent()