Lines Matching full:connectable
45 * "layer N connectable". If an ancestor that is NOT "layer N connectable" is
46 * found, we need to copy up an ancestor, which is "layer N connectable", thus
52 * The overlay dentry /a is NOT "layer 2 connectable", because if dir /a is
59 * /a/b/c, which is "layer 2 connectable", on encode time. That ancestor is
69 * example above, /a will be "layer 2 connectable". However, if layer 2 dir /a
70 * is a target of a layer 1 redirect, then /a will NOT be "layer 2 connectable":
76 /* Return the lowest layer for encoding a connectable file handle */
86 * If it's an unindexed merge dir, then it's not connectable with any in ovl_connectable_layer()
100 * copy up a "connectable" ancestor to make it "connected". A "connected" dentry
119 /* Find the topmost origin layer connectable ancestor of @dentry */ in ovl_connect_layer()
129 * If @parent is not origin layer connectable, then copy up in ovl_connect_layer()
130 * @next which is origin layer connectable and we are done. in ovl_connect_layer()
205 * copying up a "connectable" ancestor. in ovl_check_encode_origin()
222 * copy up an ancestor to make lower file handle connectable. in ovl_dentry_to_fid()
255 /* TODO: encode connectable file handles */ in ovl_encode_fh()
838 …pr_warn_ratelimited("connectable file handles not supported; use 'no_subtree_check' exportfs optio… in ovl_fh_to_parent()