Searched refs:new_length (Results 1 – 9 of 9) sorted by relevance
/fs/ntfs/ |
D | runlist.c | 1486 const s64 new_length) in ntfs_rl_truncate_nolock() argument 1491 ntfs_debug("Entering for new_length 0x%llx.", (long long)new_length); in ntfs_rl_truncate_nolock() 1493 BUG_ON(new_length < 0); in ntfs_rl_truncate_nolock() 1495 if (!new_length) { in ntfs_rl_truncate_nolock() 1516 rl[1].vcn = rl->length = new_length; in ntfs_rl_truncate_nolock() 1520 BUG_ON(new_length < rl->vcn); in ntfs_rl_truncate_nolock() 1522 while (likely(rl->length && new_length >= rl[1].vcn)) in ntfs_rl_truncate_nolock() 1539 rl->length = new_length - rl->vcn; in ntfs_rl_truncate_nolock() 1549 rl->vcn = new_length; in ntfs_rl_truncate_nolock() 1566 } else if (likely(/* !rl->length && */ new_length > rl->vcn)) { in ntfs_rl_truncate_nolock() [all …]
|
D | runlist.h | 81 runlist *const runlist, const s64 new_length);
|
/fs/coda/ |
D | upcall.c | 234 size_t new_length, const char *old_name, in venus_rename() argument 243 insize = max_t(unsigned int, offset + new_length + old_length + 8, in venus_rename() 259 s = ( new_length & ~0x3) +4; /* round up to word boundary */ in venus_rename() 260 memcpy((char *)(inp) + offset, new_name, new_length); in venus_rename() 261 *((char *)inp + offset + new_length) = '\0'; in venus_rename()
|
D | coda_psdev.h | 73 size_t new_length, const char *old_name,
|
D | dir.c | 305 int new_length = new_dentry->d_name.len; in coda_rename() local 312 coda_i2f(new_dir), old_length, new_length, in coda_rename()
|
/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 110 struct xfs_buf *agibp, xfs_agblock_t new_length);
|
D | xfs_ialloc.c | 2930 xfs_agblock_t new_length) in xfs_ialloc_check_shrink() argument 2936 xfs_agino_t agino = XFS_AGB_TO_AGINO(mp, new_length); in xfs_ialloc_check_shrink()
|
/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 554 int ecryptfs_fill_zeros(struct file *file, loff_t new_length); 594 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
|
D | inode.c | 850 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate() argument 852 struct iattr ia = { .ia_valid = ATTR_SIZE, .ia_size = new_length }; in ecryptfs_truncate() 856 rc = ecryptfs_inode_newsize_ok(d_inode(dentry), new_length); in ecryptfs_truncate()
|