Home
last modified time | relevance | path

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

/linux/ipc/
H A Dshm.c84 struct shm_file_data { struct
91 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) macro
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()
[all …]