Lines Matching refs:shm_file_data
74 struct shm_file_data { struct
81 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
238 struct shm_file_data *sfd = shm_file_data(file); in __shm_open()
325 struct shm_file_data *sfd = shm_file_data(file); in shm_close()
432 struct shm_file_data *sfd = shm_file_data(file); in shm_fault()
440 struct shm_file_data *sfd = shm_file_data(file); in shm_split()
451 struct shm_file_data *sfd = shm_file_data(file); in shm_pagesize()
463 struct shm_file_data *sfd = shm_file_data(file); in shm_set_policy()
475 struct shm_file_data *sfd = shm_file_data(file); in shm_get_policy()
489 struct shm_file_data *sfd = shm_file_data(file); in shm_mmap()
516 struct shm_file_data *sfd = shm_file_data(file); in shm_release()
520 shm_file_data(file) = NULL; in shm_release()
527 struct shm_file_data *sfd = shm_file_data(file); in shm_fsync()
537 struct shm_file_data *sfd = shm_file_data(file); in shm_fallocate()
548 struct shm_file_data *sfd = shm_file_data(file); in shm_get_unmapped_area()
1404 struct shm_file_data *sfd; in do_shmat()