Home
last modified time | relevance | path

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

/linux/ipc/
H A Dshm.c85 struct shm_file_data { struct
92 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
281 static int __shm_open(struct shm_file_data *sfd) in __shm_open()
307 struct shm_file_data *sfd = shm_file_data(file); in shm_open()
371 static void __shm_close(struct shm_file_data *sfd) in __shm_close()
401 struct shm_file_data *sfd = shm_file_data(file); in shm_close()
543 struct shm_file_data *sfd = shm_file_data(file); in shm_fault()
551 struct shm_file_data *sfd = shm_file_data(file); in shm_may_split()
562 struct shm_file_data *sfd = shm_file_data(file); in shm_pagesize()
573 struct shm_file_data *sfd = shm_file_data(vma->vm_file); in shm_set_policy()
[all …]