Lines Matching refs:shm_file_data
84 struct shm_file_data { struct
91 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
279 static int __shm_open(struct shm_file_data *sfd) in __shm_open()
305 struct shm_file_data *sfd = shm_file_data(file); in shm_open()
369 static void __shm_close(struct shm_file_data *sfd) in __shm_close()
399 struct shm_file_data *sfd = shm_file_data(file); in shm_close()
538 struct shm_file_data *sfd = shm_file_data(file); in shm_fault()
546 struct shm_file_data *sfd = shm_file_data(file); in shm_may_split()
557 struct shm_file_data *sfd = shm_file_data(file); in shm_pagesize()
568 struct shm_file_data *sfd = shm_file_data(vma->vm_file); in shm_set_policy()
579 struct shm_file_data *sfd = shm_file_data(vma->vm_file); in shm_get_policy()
590 struct shm_file_data *sfd = shm_file_data(file); in shm_mmap()
617 struct shm_file_data *sfd = shm_file_data(file); in shm_release()
621 shm_file_data(file) = NULL; in shm_release()
628 struct shm_file_data *sfd = shm_file_data(file); in shm_fsync()
638 struct shm_file_data *sfd = shm_file_data(file); in shm_fallocate()
649 struct shm_file_data *sfd = shm_file_data(file); in shm_get_unmapped_area()
1526 struct shm_file_data *sfd; in do_shmat()