tag | line | file | source code |
---|---|---|---|
file_lock_free_list | 46 | fs/locks.c | static struct file_lock *file_lock_free_list = NULL; |
file_lock_free_list | 456 | fs/locks.c | tmp = file_lock_free_list; |
file_lock_free_list | 463 | fs/locks.c | tmp -> fl_next = file_lock_free_list; |
file_lock_free_list | 470 | fs/locks.c | file_lock_free_list = tmp->fl_next; |
file_lock_free_list | 505 | fs/locks.c | fl->fl_next = file_lock_free_list; /* add to free list */ |
file_lock_free_list | 506 | fs/locks.c | file_lock_free_list = fl; |