Home
last modified time | relevance | path

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

/linux-4.1.27/fs/overlayfs/
Doverlayfs.h162 extern const struct file_operations ovl_dir_operations;
Dinode.c424 inode->i_fop = &ovl_dir_operations; in ovl_new_inode()
Dreaddir.c519 const struct file_operations ovl_dir_operations = { variable