Lines Matching refs:shm_file_data
50 struct shm_file_data { struct
57 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) macro
193 struct shm_file_data *sfd = shm_file_data(file); in __shm_open()
272 struct shm_file_data *sfd = shm_file_data(file); in shm_close()
379 struct shm_file_data *sfd = shm_file_data(file); in shm_fault()
388 struct shm_file_data *sfd = shm_file_data(file); in shm_set_policy()
399 struct shm_file_data *sfd = shm_file_data(file); in shm_get_policy()
413 struct shm_file_data *sfd = shm_file_data(file); in shm_mmap()
439 struct shm_file_data *sfd = shm_file_data(file); in shm_release()
442 shm_file_data(file) = NULL; in shm_release()
449 struct shm_file_data *sfd = shm_file_data(file); in shm_fsync()
459 struct shm_file_data *sfd = shm_file_data(file); in shm_fallocate()
470 struct shm_file_data *sfd = shm_file_data(file); in shm_get_unmapped_area()
1098 struct shm_file_data *sfd; in do_shmat()