Home
last modified time | relevance | path

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

/linux-4.4.14/fs/overlayfs/
Doverlayfs.h187 extern const struct inode_operations ovl_dir_inode_operations;
Dinode.c424 inode->i_op = &ovl_dir_inode_operations; in ovl_new_inode()
Ddir.c942 const struct inode_operations ovl_dir_inode_operations = { variable