Symbol: ovl_path_type
fs/overlayfs/dir.c
339
return OVL_TYPE_MERGE(ovl_path_type(dentry));
fs/overlayfs/dir.c
344
return OVL_TYPE_ORIGIN(ovl_path_type(dentry));
fs/overlayfs/dir.c
983
enum ovl_path_type type = ovl_path_type(dentry);
fs/overlayfs/file.c
445
enum ovl_path_type type;
fs/overlayfs/file.c
455
type = ovl_path_type(dentry);
fs/overlayfs/inode.c
168
enum ovl_path_type type;
fs/overlayfs/overlayfs.h
498
enum ovl_path_type ovl_path_type(struct dentry *dentry);
fs/overlayfs/overlayfs.h
503
enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
fs/overlayfs/overlayfs.h
504
enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
fs/overlayfs/readdir.c
1046
enum ovl_path_type type;
fs/overlayfs/readdir.c
557
enum ovl_path_type type;
fs/overlayfs/readdir.c
593
type = ovl_path_type(this);
fs/overlayfs/readdir.c
811
if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) {
fs/overlayfs/readdir.c
890
OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent)))
fs/overlayfs/readdir.c
977
if (!OVL_TYPE_UPPER(ovl_path_type(dentry)))
fs/overlayfs/util.c
220
enum ovl_path_type ovl_path_type(struct dentry *dentry)
fs/overlayfs/util.c
223
enum ovl_path_type type = 0;
fs/overlayfs/util.c
286
enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path)
fs/overlayfs/util.c
288
enum ovl_path_type type = ovl_path_type(dentry);
fs/overlayfs/util.c
298
enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path)
fs/overlayfs/util.c
300
enum ovl_path_type type = ovl_path_type(dentry);