代码搜索:truncate
找到约 1,220 项符合「truncate」的源代码
代码结果 1,220
www.eeworm.com/read/391748/8380737
at truncate.at
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU tar.
# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
# This program is free software; you can r
www.eeworm.com/read/291779/8396263
c truncate.c
/* passed
* linux/fs/truncate.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参数设置和获取的嵌入式汇编函数宏语句。
#include
www.eeworm.com/read/291779/8396678
c truncate.c
/*
* linux/fs/truncate.c
*
* (C) 1991 Linus Torvalds
*/
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参数设置和获取的嵌入式汇编函数宏语句。
#include // 文件状态头文件。含有文件或文件系统状
www.eeworm.com/read/291498/8412533
c truncate.c
/*
* linux/fs/truncate.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
static void free_ind(int dev,int block)
{
struct buffer_head * bh;
unsigned short * p
www.eeworm.com/read/291252/8431780
c truncate.c
/*
* linux/fs/truncate.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
static void free_ind(int dev,int block)
{
struct buffer_head * bh;
unsigned short * p
www.eeworm.com/read/189230/8483440
gif truncate.gif
www.eeworm.com/read/289120/8574938
c truncate.c
/*
* linux/fs/truncate.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
static void free_ind(int dev,int block)
{
struct buffer_head * bh;
unsigned short * p
www.eeworm.com/read/187912/8591632
c truncate.c
#include
#include
static void free_ind(int dev,int block) //释放inode的一级间接映射
{
struct buffer_head * bh;
unsigned short * p;
int i;
if (!block)
return;