Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hugetlbfs/
Dinode.c1227 static const struct dentry_operations anon_ops = { variable
1275 d_set_d_op(path.dentry, &anon_ops); in hugetlb_file_setup()
/linux-4.4.14/mm/
Dshmem.c3319 static struct dentry_operations anon_ops = { variable
3350 d_set_d_op(path.dentry, &anon_ops); in __shmem_file_setup()