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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhugetlb.h164 extern const struct file_operations hugetlbfs_file_operations;
172 if (file->f_op == &hugetlbfs_file_operations)
182 file->f_op = &hugetlbfs_file_operations;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hugetlbfs/
H A Dinode.c39 const struct file_operations hugetlbfs_file_operations; variable in typeref:struct:file_operations
370 inode->i_fop = &hugetlbfs_file_operations;
562 const struct file_operations hugetlbfs_file_operations = { variable in typeref:struct:file_operations
785 file->f_op = &hugetlbfs_file_operations;

Completed in 49 milliseconds