Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhugetlb.h252 extern const struct file_operations hugetlbfs_file_operations;
260 if (file->f_op == &hugetlbfs_file_operations) in is_file_hugepages()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c43 const struct file_operations hugetlbfs_file_operations; variable
489 inode->i_fop = &hugetlbfs_file_operations; in hugetlbfs_get_inode()
700 const struct file_operations hugetlbfs_file_operations = { variable
1026 &hugetlbfs_file_operations); in hugetlb_file_setup()