Searched refs:truncate (Results 1 – 25 of 61) sorted by relevance
123
/linux-2.6.39/fs/reiserfs/ |
D | super.c | 156 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 …]
|
D | file.c | 308 .truncate = reiserfs_vfs_truncate_file,
|
/linux-2.6.39/fs/ufs/ |
D | Makefile | 8 namei.o super.o symlink.o truncate.o util.o
|
/linux-2.6.39/fs/udf/ |
D | Makefile | 8 partition.o super.o truncate.o symlink.o \
|
/linux-2.6.39/fs/sysv/ |
D | file.c | 55 .truncate = sysv_truncate,
|
/linux-2.6.39/fs/minix/ |
D | file.c | 48 .truncate = minix_truncate,
|
D | itree_v1.c | 61 truncate(inode); in V1_minix_truncate()
|
D | itree_v2.c | 69 truncate(inode); in V2_minix_truncate()
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | round.S | 56 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/ |
D | file.c | 74 .truncate = ext3_truncate,
|
/linux-2.6.39/fs/affs/ |
D | Changes | 95 - 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/ |
D | user_syms.c | 70 EXPORT_SYMBOL_PROTO(truncate);
|
/linux-2.6.39/fs/nilfs2/ |
D | file.c | 154 .truncate = nilfs_truncate,
|
/linux-2.6.39/mm/ |
D | Makefile | 12 readahead.o swap.o truncate.o vmscan.o shmem.o \
|
D | truncate.c | 595 if (inode->i_op->truncate) in vmtruncate() 596 inode->i_op->truncate(inode); in vmtruncate()
|
/linux-2.6.39/fs/jfs/ |
D | file.c | 127 .truncate = jfs_truncate,
|
/linux-2.6.39/fs/nfs/ |
D | callback.h | 77 uint32_t truncate; member
|
/linux-2.6.39/fs/isofs/ |
D | rock.c | 198 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/ |
D | exofs.txt | 151 readpage, writepage, update_inode, and truncate. The following pairs of 170 - create/truncate: truncate should wait until the object is
|
D | mandatory-locking.txt | 150 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
|
D | Locking | 53 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
|
D | dnotify.txt | 16 DN_MODIFY A file in the directory was modified (write,truncate)
|
/linux-2.6.39/fs/hpfs/ |
D | file.c | 164 .truncate = hpfs_truncate,
|
/linux-2.6.39/fs/ext4/ |
D | file.c | 275 .truncate = ext4_truncate,
|
/linux-2.6.39/Documentation/ |
D | nommu-mmap.txt | 82 (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