Home
last modified time | relevance | path

Searched refs:truncate (Results 1 – 25 of 61) sorted by relevance

123

/linux-2.6.39/fs/reiserfs/
Dsuper.c156 int truncate; in finish_unfinished() local
225 truncate = 1; in finish_unfinished()
227 truncate = 0; in finish_unfinished()
249 if (!truncate && inode->i_nlink) { in finish_unfinished()
259 if (truncate && S_ISDIR(inode->i_mode)) { in finish_unfinished()
269 truncate = 0; in finish_unfinished()
274 if (truncate) { in finish_unfinished()
285 retval = remove_save_link(inode, truncate); in finish_unfinished()
333 struct inode *inode, int truncate) in add_save_link() argument
344 RFALSE(truncate && in add_save_link()
[all …]
Dfile.c308 .truncate = reiserfs_vfs_truncate_file,
/linux-2.6.39/fs/ufs/
DMakefile8 namei.o super.o symlink.o truncate.o util.o
/linux-2.6.39/fs/udf/
DMakefile8 partition.o super.o truncate.o symlink.o \
/linux-2.6.39/fs/sysv/
Dfile.c55 .truncate = sysv_truncate,
/linux-2.6.39/fs/minix/
Dfile.c48 .truncate = minix_truncate,
Ditree_v1.c61 truncate(inode); in V1_minix_truncate()
Ditree_v2.c69 truncate(inode); in V2_minix_truncate()
/linux-2.6.39/arch/m68k/fpsp040/
Dround.S56 bra truncate
83 bmi truncate |if positive then truncate
104 | Always truncate.
107 bra truncate
118 bcc truncate |if (g=1) then
204 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit
246 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit
260 truncate: label
/linux-2.6.39/fs/ext3/
Dfile.c74 .truncate = ext3_truncate,
/linux-2.6.39/fs/affs/
DChanges95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
112 - truncate() zeroes the unused remainder of a
173 up if a file was enlarged via truncate() and there
249 - truncate() didn't allocate an extension block
251 truncate(), this led to an Oops.
/linux-2.6.39/arch/um/os-Linux/
Duser_syms.c70 EXPORT_SYMBOL_PROTO(truncate);
/linux-2.6.39/fs/nilfs2/
Dfile.c154 .truncate = nilfs_truncate,
/linux-2.6.39/mm/
DMakefile12 readahead.o swap.o truncate.o vmscan.o shmem.o \
Dtruncate.c595 if (inode->i_op->truncate) in vmtruncate()
596 inode->i_op->truncate(inode); in vmtruncate()
/linux-2.6.39/fs/jfs/
Dfile.c127 .truncate = jfs_truncate,
/linux-2.6.39/fs/nfs/
Dcallback.h77 uint32_t truncate; member
/linux-2.6.39/fs/isofs/
Drock.c198 int truncate = 0; in get_rock_ridge_filename() local
245 if (truncate) in get_rock_ridge_filename()
265 truncate = 1; in get_rock_ridge_filename()
/linux-2.6.39/Documentation/filesystems/
Dexofs.txt151 readpage, writepage, update_inode, and truncate. The following pairs of
170 - create/truncate: truncate should wait until the object is
Dmandatory-locking.txt150 write(), readv(), writev(), open(), creat(), mmap(), truncate() and
151 ftruncate(). truncate() and ftruncate() are considered to be "write" actions
155 for the total number of bytes read or written. For the truncate calls it is
DLocking53 void (*truncate) (struct inode *);
80 truncate: yes (see below)
94 ->truncate() is never called directly - it's a callback, not a
515 subsequent truncate), and then return with VM_FAULT_LOCKED, and the page
520 no truncate/invalidate races, and then return with the page locked. If
Ddnotify.txt16 DN_MODIFY A file in the directory was modified (write,truncate)
/linux-2.6.39/fs/hpfs/
Dfile.c164 .truncate = hpfs_truncate,
/linux-2.6.39/fs/ext4/
Dfile.c275 .truncate = ext4_truncate,
/linux-2.6.39/Documentation/
Dnommu-mmap.txt82 (such as ramfs or tmpfs) may choose to honour an open, truncate, mmap
94 truncate being called. The ramdisk driver could do this if it allocated
261 It is recommended that a truncate operation applied to such a file that

123