/linux-4.4.14/fs/reiserfs/ |
D | super.c | 206 int truncate; in finish_unfinished() local 276 truncate = 1; in finish_unfinished() 278 truncate = 0; in finish_unfinished() 302 if (!truncate && inode->i_nlink) { in finish_unfinished() 314 if (truncate && S_ISDIR(inode->i_mode)) { in finish_unfinished() 327 truncate = 0; in finish_unfinished() 332 if (truncate) { in finish_unfinished() 345 retval = remove_save_link(inode, truncate); in finish_unfinished() 397 struct inode *inode, int truncate) in add_save_link() argument 408 RFALSE(truncate && in add_save_link() [all …]
|
D | reiserfs.h | 2953 struct inode *inode, int truncate); 2954 int remove_save_link(struct inode *inode, int truncate);
|
/linux-4.4.14/fs/udf/ |
D | Makefile | 8 partition.o super.o truncate.o symlink.o \
|
/linux-4.4.14/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
|
D | setox.S | 190 | 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, AdjFlag := 1.
|
/linux-4.4.14/fs/minix/ |
D | itree_v1.c | 61 truncate(inode); in V1_minix_truncate()
|
D | itree_v2.c | 70 truncate(inode); in V2_minix_truncate()
|
D | itree_common.c | 293 static inline void truncate (struct inode * inode) in truncate() function
|
/linux-4.4.14/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-4.4.14/sound/soc/tegra/ |
D | tegra30_ahub.c | 138 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo() 240 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo() 709 (conf->truncate << in tegra30_ahub_set_cif() 741 (conf->truncate << in tegra124_ahub_set_cif()
|
D | tegra30_ahub.h | 495 unsigned int truncate; member
|
D | tegra30_i2s.c | 189 cif_conf.truncate = 0; in tegra30_i2s_hw_params()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | user_syms.c | 70 EXPORT_SYMBOL_PROTO(truncate);
|
/linux-4.4.14/fs/nfs/ |
D | callback.h | 80 uint32_t truncate; member
|
D | callback_xdr.c | 222 args->truncate = ntohl(*p); in decode_recall_args()
|
D | nfs4proc.c | 2675 bool truncate; in _nfs4_do_setattr() local 2685 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false; in _nfs4_do_setattr() 2686 fmode = truncate ? FMODE_WRITE : FMODE_READ; in _nfs4_do_setattr() 2690 } else if (truncate && state != NULL) { in _nfs4_do_setattr()
|
/linux-4.4.14/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 | dnotify.txt | 16 DN_MODIFY A file in the directory was modified (write,truncate)
|
D | porting | 86 ->lookup(), ->truncate(), ->create(), ->unlink(), ->mknod(), ->mkdir(), 284 ->truncate is gone. The whole truncate sequence needs to be
|
D | Locking | 55 void (*truncate) (struct inode *); 545 subsequent truncate), and then return with VM_FAULT_LOCKED, and the page 559 no truncate/invalidate races, and then return with the page locked. If
|
D | hpfs.txt | 153 about 1/50) or to truncate file first to make some space. 268 Now it tries to truncate the file if there's not enough space when deleting
|
D | ntfs.txt | 85 - The new driver supports truncate(2) and open(2) with O_TRUNC. But at present 88 limitation is that at present truncate(2) will never create sparse files,
|
D | ext4.txt | 318 the replace-via-rename and replace-via-truncate
|
D | coda.txt | 779 to return a file descriptor. The truncate and exclusive options,
|
D | proc.txt | 1582 The big inaccuracy here is truncate. If a process writes 1MB to a file and
|
/linux-4.4.14/fs/isofs/ |
D | rock.c | 204 int truncate = 0; in get_rock_ridge_filename() local 253 if (truncate) in get_rock_ridge_filename() 274 truncate = 1; in get_rock_ridge_filename()
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 267 API-truncate-inode-pages-range 268 API-truncate-inode-pages 269 API-truncate-inode-pages-final 273 API-truncate-pagecache 274 API-truncate-setsize 276 API-truncate-pagecache-range
|
D | .kernel-api.xml.cmd | 2 …lloc.c mm/page_alloc.c mm/mempool.c mm/dmapool.c mm/page-writeback.c mm/truncate.c ipc/util.c incl…
|
D | networking.xml.db | 195 API-xdr-truncate-encode
|
/linux-4.4.14/mm/ |
D | Makefile | 19 readahead.o swap.o truncate.o vmscan.o shmem.o \
|
/linux-4.4.14/drivers/vhost/ |
D | vringh.c | 121 goto truncate; in range_check() 132 goto truncate; in range_check() 135 truncate: in range_check()
|
/linux-4.4.14/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
|
D | IPMI.txt | 289 queue. If you want to get it and have it truncate the message, us
|
/linux-4.4.14/Documentation/networking/ |
D | netdevices.txt | 44 drop, truncate, or pass up oversize packets, but dropping oversize
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_user.c | 228 } else if (truncate(file, attrs->ia_size)) { in set_attr()
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | lmac.h | 312 __le16 truncate; member
|
D | fwio.c | 379 setup->v2.truncate = cpu_to_le16(48896); in p54_setup_mac()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 168 ENTRY_COMP(truncate)
|
/linux-4.4.14/fs/ |
D | open.c | 142 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument 148 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 99 COMPAT_SYS_SPU(truncate)
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 582 Controls whether lockless truncate RPCs are allowed to this 584 Lockless truncate causes server to perform the locking which 585 is beneficial if the truncate is not followed by a write
|
/linux-4.4.14/net/ipv4/ |
D | igmp.c | 438 int scount, stotal, first, isquery, truncate; in add_grec() local 447 truncate = type == IGMPV3_MODE_IS_EXCLUDE || in add_grec() 460 if (truncate) { in add_grec() 486 if (truncate && !first) in add_grec()
|
/linux-4.4.14/net/ipv6/ |
D | mcast.c | 1702 int scount, stotal, first, isquery, truncate; in add_grec() local 1709 truncate = type == MLD2_MODE_IS_EXCLUDE || in add_grec() 1722 if (truncate) { in add_grec() 1748 if (truncate && !first) in add_grec()
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 85 76 common truncate sys_truncate
|
D | syscall_32.tbl | 101 92 i386 truncate sys_truncate compat_sys_truncate
|
/linux-4.4.14/fs/xfs/ |
D | xfs_inode.c | 1873 int truncate = 0; in xfs_inactive() local 1906 truncate = 1; in xfs_inactive() 1914 else if (truncate) in xfs_inactive()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 137 getxattr, truncate, unlink, rmdir, rename).
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 702 Fix truncate of existing files opened with O_CREAT but not O_TRUNC set. 800 Fix truncate bug (set file size) that could cause hangs e.g. running fsx 862 Fix data corruption (in partial page after truncate) that caused fsx to
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1571 * ultrastor.c: Do not truncate cylinders to 1024. 1879 Do not truncate number of cylinders at 1024 for biosparam call. 1911 * ultrastor.c: Do not truncate number of cylinders at 1024 for
|
D | st.txt | 265 a filemark to truncate a read request or that don't like backspacing.
|
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 3449 goto truncate; 3462 truncate:
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6849 # 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, #
|