Searched refs:write_end (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/drivers/nvmem/
H A Dimx-ocotp.c347 goto write_end;
452 goto write_end;
471 write_end:
/linux-master/fs/bfs/
H A Dfile.c197 .write_end = generic_write_end,
/linux-master/fs/f2fs/
H A Dverity.c93 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c496 err = aops->write_end(obj->base.filp, mapping, offset, len,
690 err = aops->write_end(file, file->f_mapping, offset, len, len,
/linux-master/fs/ext4/
H A Dverity.c89 res = aops->write_end(NULL, mapping, pos, n, n, page, fsdata);
/linux-master/fs/hpfs/
H A Dfile.c249 .write_end = hpfs_write_end,
/linux-master/fs/omfs/
H A Dfile.c375 .write_end = generic_write_end,
/linux-master/fs/jfs/
H A Dinode.c355 .write_end = jfs_write_end,
/linux-master/fs/jffs2/
H A Dfile.c77 .write_end = jffs2_write_end,
/linux-master/fs/adfs/
H A Dinode.c83 .write_end = generic_write_end,
/linux-master/fs/vboxsf/
H A Dfile.c361 .write_end = vboxsf_write_end,
/linux-master/fs/affs/
H A Dfile.c463 .write_end = affs_write_end,
662 * failure. Should really be updating i_size at write_end time
842 .write_end = affs_write_end_ofs,
892 res = mapping->a_ops->write_end(NULL, mapping, isize, 0, 0, page, fsdata);
/linux-master/fs/ecryptfs/
H A Dmmap.c554 .write_end = ecryptfs_write_end,
/linux-master/fs/hfsplus/
H A Dinode.c159 .write_end = generic_write_end,
170 .write_end = generic_write_end,
/linux-master/fs/hfs/
H A Dinode.c162 .write_end = generic_write_end,
173 .write_end = generic_write_end,
/linux-master/fs/exfat/
H A Dfile.c548 err = ops->write_end(file, mapping, start, len, len, page, NULL);
H A Dinode.c574 .write_end = exfat_write_end,
/linux-master/fs/sysv/
H A Ditree.c508 .write_end = generic_write_end,
/linux-master/fs/
H A Dbuffer.c2462 err = aops->write_end(NULL, mapping, size, 0, 0, page, fsdata);
2499 err = aops->write_end(file, mapping, curpos, len, len,
2532 err = aops->write_end(file, mapping, curpos, len, len,
/linux-master/drivers/md/
H A Ddm-bufio.c354 unsigned int write_end; member in struct:dm_buffer
1392 end = b->write_end;
1459 b->write_end = b->dirty_end;
/linux-master/fs/orangefs/
H A Dinode.c625 .write_end = orangefs_write_end,
/linux-master/fs/hostfs/
H A Dhostfs_kern.c508 .write_end = hostfs_write_end,
/linux-master/block/
H A Dfops.c472 .write_end = blkdev_write_end,
/linux-master/fs/nfs/
H A Dfile.c380 dfprintk(PAGECACHE, "NFS: write_end(%pD2(%lu), %u@%lld)\n",
563 .write_end = nfs_write_end,
/linux-master/fs/minix/
H A Dinode.c451 .write_end = generic_write_end,

Completed in 421 milliseconds

12