Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dhugetlb.h169 extern const struct file_operations hugetlbfs_file_operations;
178 if (file->f_op == &hugetlbfs_file_operations) in is_file_hugepages()
188 file->f_op = &hugetlbfs_file_operations; in set_file_hugepages()
/linux-2.6.39/fs/hugetlbfs/
Dinode.c40 const struct file_operations hugetlbfs_file_operations; variable
481 inode->i_fop = &hugetlbfs_file_operations; in hugetlbfs_get_inode()
694 const struct file_operations hugetlbfs_file_operations = { variable
975 &hugetlbfs_file_operations); in hugetlb_file_setup()