Home
last modified time | relevance | path

Searched refs:shm_file_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/ipc/
Dshm.c50 struct shm_file_data { struct
57 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
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()
[all …]