vbox的更動 33540 路徑 trunk/src/VBox/ImageMounter
- 時間撮記:
- 2010-10-28 上午09:27:05 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp
r31844 r33540 403 403 * Inserts a node into a directory 404 404 * 405 * The caller has locked and refer neced the directory as well as checked that405 * The caller has locked and referenced the directory as well as checked that 406 406 * the name doesn't already exist within it. On success both the reference and 407 407 * and link counters will be incremented. … … 592 592 * Looks up a file in the tree. 593 593 * 594 * Upon successful lreturn the returned node is both referenced and locked. The594 * Upon successful return the returned node is both referenced and locked. The 595 595 * call will have to release and unlock it. 596 596 * … … 640 640 /* 641 641 * Look it up. 642 * This is safe as the directory will hold a refer nece to each node642 * This is safe as the directory will hold a reference to each node 643 643 * so the nodes cannot possibly be destroyed while we're searching them. 644 644 */ … … 684 684 685 685 /** 686 * Errno conver tsion wrapper around vboxfuseTreeLookup().686 * Errno conversion wrapper around vboxfuseTreeLookup(). 687 687 * 688 688 * @returns 0 on success, negated errno on failure. … … 702 702 * Looks up a parent directory in the tree. 703 703 * 704 * Upon successful lreturn the returned directory is both referenced and locked.704 * Upon successful return the returned directory is both referenced and locked. 705 705 * The call will have to release and unlock it. 706 706 * … … 762 762 /* 763 763 * Look it up. 764 * This is safe as the directory will hold a refer nece to each node764 * This is safe as the directory will hold a reference to each node 765 765 * so the nodes cannot possibly be destroyed while we're searching them. 766 766 */ … … 800 800 * doesn't already exist. 801 801 * 802 * Upon successful lreturn the returned directory is both referenced and locked.802 * Upon successful return the returned directory is both referenced and locked. 803 803 * The call will have to release and unlock it. 804 804 *
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器