Home
last modified time | relevance | path

Searched refs:anon_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/hugetlbfs/
Dinode.c960 static const struct dentry_operations anon_ops = { variable
1008 d_set_d_op(path.dentry, &anon_ops); in hugetlb_file_setup()
/linux-4.1.27/mm/
Dshmem.c3308 static struct dentry_operations anon_ops = { variable
3339 d_set_d_op(path.dentry, &anon_ops); in __shmem_file_setup()