Searched refs:LOS_DL_LIST_FOR_EACH_ENTRY (Results 1 - 5 of 5) sorted by relevance
/third_party/NuttX/fs/mount/ |
H A D | fs_umount.c | 127 LOS_DL_LIST_FOR_EACH_ENTRY(tMnt, GetMountList(), struct Mount, mountList) in umount() function 198 LOS_DL_LIST_FOR_EACH_ENTRY(tCacheMnt, GetMountCache(), struct Mount, mountList) in umount() function 223 LOS_DL_LIST_FOR_EACH_ENTRY(tCacheMnt, GetMountCache(), struct Mount, mountList) in umount() function
|
H A D | fs_foreachmountpoint.c | 58 LOS_DL_LIST_FOR_EACH_ENTRY(mnt, mntList, struct Mount, mountList) in foreach_mountpoint() function
|
H A D | fs_sync.c | 61 LOS_DL_LIST_FOR_EACH_ENTRY(mnt, mntList, struct Mount, mountList) in sync() function
|
H A D | fs_mount.c | 213 LOS_DL_LIST_FOR_EACH_ENTRY(tMnt, GetMountList(), struct Mount, mountList) in mount() function 233 LOS_DL_LIST_FOR_EACH_ENTRY(cacheMnt, GetMountCache(), struct Mount, mountList) in mount() function
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_poll.c | 326 LOS_DL_LIST_FOR_EACH_ENTRY(curr, &(wait_address->poll_queue), poll_wait_node, queue_node) in notify_poll_with_key()
|
Completed in 2 milliseconds