Home
last modified time | relevance | path

Searched refs:ovl_dir_operations (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Doverlayfs.h434 extern const struct file_operations ovl_dir_operations;
H A Dinode.c670 inode->i_fop = &ovl_dir_operations; in ovl_fill_inode()
H A Dreaddir.c947 const struct file_operations ovl_dir_operations = { variable