Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 5 of 5) sorted by relevance

/fs/overlayfs/
Ddir.c789 enum ovl_path_type new_type; in ovl_rename2() local
828 new_type = ovl_path_type(new); in ovl_rename2()
830 if (!overwrite && OVL_TYPE_MERGE_OR_LOWER(new_type) && new_is_dir) in ovl_rename2()
834 if (!OVL_TYPE_UPPER(new_type) && !OVL_TYPE_UPPER(old_type)) { in ovl_rename2()
839 if (OVL_TYPE_UPPER(new_type) && OVL_TYPE_UPPER(old_type)) { in ovl_rename2()
846 new_type = __OVL_PATH_UPPER; in ovl_rename2()
848 new_type = __OVL_PATH_UPPER | __OVL_PATH_PURE; in ovl_rename2()
869 new_opaque = !OVL_TYPE_PURE_UPPER(new_type); in ovl_rename2()
873 if (overwrite && OVL_TYPE_MERGE_OR_LOWER(new_type) && new_is_dir) { in ovl_rename2()
/fs/xfs/
Dxfs_aops.c823 unsigned int *new_type) in xfs_map_cow() argument
836 *new_type = XFS_IO_COW; in xfs_map_cow()
862 wpc->io_type = *new_type = XFS_IO_COW; in xfs_map_cow()
900 unsigned int new_type; in xfs_writepage_map() local
922 new_type = XFS_IO_UNWRITTEN; in xfs_writepage_map()
924 new_type = XFS_IO_DELALLOC; in xfs_writepage_map()
926 new_type = XFS_IO_OVERWRITE; in xfs_writepage_map()
941 error = xfs_map_cow(wpc, inode, offset, &new_type); in xfs_writepage_map()
946 if (wpc->io_type != new_type) { in xfs_writepage_map()
947 wpc->io_type = new_type; in xfs_writepage_map()
/fs/gfs2/
Ddir.h46 const struct gfs2_inode *nip, unsigned int new_type);
Ddir.c1937 const struct gfs2_inode *nip, unsigned int new_type) in gfs2_dir_mvino() argument
1953 dent->de_type = cpu_to_be16(new_type); in gfs2_dir_mvino()
/fs/
Dnamei.c4553 int old_type, new_type; in SYSCALL_DEFINE5() local
4583 &new_path, &new_last, &new_type, lookup_flags); in SYSCALL_DEFINE5()
4599 if (new_type != LAST_NORM) in SYSCALL_DEFINE5()