Lines Matching refs:shm_file_data
83 struct shm_file_data { struct
90 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
278 static int __shm_open(struct shm_file_data *sfd) in __shm_open()
304 struct shm_file_data *sfd = shm_file_data(file); in shm_open()
368 static void __shm_close(struct shm_file_data *sfd) in __shm_close()
398 struct shm_file_data *sfd = shm_file_data(file); in shm_close()
537 struct shm_file_data *sfd = shm_file_data(file); in shm_fault()
545 struct shm_file_data *sfd = shm_file_data(file); in shm_may_split()
556 struct shm_file_data *sfd = shm_file_data(file); in shm_pagesize()
568 struct shm_file_data *sfd = shm_file_data(file); in shm_set_policy()
580 struct shm_file_data *sfd = shm_file_data(file); in shm_get_policy()
594 struct shm_file_data *sfd = shm_file_data(file); in shm_mmap()
621 struct shm_file_data *sfd = shm_file_data(file); in shm_release()
625 shm_file_data(file) = NULL; in shm_release()
632 struct shm_file_data *sfd = shm_file_data(file); in shm_fsync()
642 struct shm_file_data *sfd = shm_file_data(file); in shm_fallocate()
653 struct shm_file_data *sfd = shm_file_data(file); in shm_get_unmapped_area()
1534 struct shm_file_data *sfd; in do_shmat()