Home
last modified time | relevance | path

Searched refs:layer (Results 1 – 10 of 10) sorted by relevance

/fs/overlayfs/
Dexport.c94 return oe->lowerstack[0].layer->idx; in ovl_connectable_layer()
115 origin_layer = OVL_E(dentry)->lowerstack[0].layer->idx; in ovl_connect_layer()
330 oe->lowerstack->layer = lowerpath->layer; in ovl_obtain_alias()
355 if (oe->lowerstack[i].layer->idx == idx) in ovl_dentry_real_at()
370 struct ovl_layer *layer) in ovl_lookup_real_one() argument
387 if (ovl_dentry_real_at(connected, layer->idx) != parent) in ovl_lookup_real_one()
405 } else if (ovl_dentry_real_at(this, layer->idx) != real) { in ovl_lookup_real_one()
419 real, layer->idx, connected, err); in ovl_lookup_real_one()
426 struct ovl_layer *layer);
433 struct ovl_layer *layer) in ovl_lookup_real_inode() argument
[all …]
Dnamei.c361 .layer = &ofs->lower_layers[i] in ovl_check_origin_fh()
789 path->mnt = oe->lowerstack[idx - 1].layer->mnt; in ovl_path_next()
908 d.last = lower.layer->idx == roe->numlower; in ovl_lookup()
963 stack[ctr].layer = lower.layer; in ovl_lookup()
989 i = lower.layer->idx - 1; in ovl_lookup()
Dovl_entry.h42 struct ovl_layer *layer; member
Dutil.c166 path->mnt = oe->lowerstack[0].layer->mnt; in ovl_path_lower()
178 path->mnt = oe->lowerstack[oe->numlower - 1].layer->mnt; in ovl_path_lowerdata()
213 return oe->numlower ? oe->lowerstack[0].layer : NULL; in ovl_layer_lower()
Dinode.c885 int fsid = bylower ? oip->lowerpath->layer->fsid : 0; in ovl_get_inode()
Dsuper.c1500 oe->lowerstack[i].layer = &ofs->lower_layers[i]; in ovl_get_lowerstack()
/fs/ecryptfs/
DKconfig3 tristate "eCrypt filesystem layer support"
9 Encrypted filesystem that operates on the VFS layer. See
/fs/jbd2/
DKconfig8 This is a generic journaling layer for block devices that support
/fs/romfs/
DKconfig44 intercession of the block layer (which may have been disabled). It
/fs/cramfs/
DKconfig42 like flash) instead of going through the block device layer.