Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Doverlayfs.h513 extern const struct inode_operations ovl_dir_inode_operations;
H A Dinode.c669 inode->i_op = &ovl_dir_inode_operations; in ovl_fill_inode()
H A Ddir.c1295 const struct inode_operations ovl_dir_inode_operations = { variable