Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c45 const struct file_operations hugetlbfs_file_operations; variable
859 inode->i_fop = &hugetlbfs_file_operations; in hugetlbfs_get_inode()
1171 const struct file_operations hugetlbfs_file_operations = { variable
1507 &hugetlbfs_file_operations); in hugetlb_file_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h445 extern const struct file_operations hugetlbfs_file_operations;
453 if (file->f_op == &hugetlbfs_file_operations) in is_file_hugepages()