Home
last modified time | relevance | path

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

/linux-4.19.296/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
1952 dent->de_type = cpu_to_be16(new_type); in gfs2_dir_mvino()
/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028.c1010 enum v4l2_tuner_type new_type, in generic_set_freq() argument
1036 switch (new_type) { in generic_set_freq()
1111 tuner_err("Unsupported tuner type %d.\n", new_type); in generic_set_freq()
/linux-4.19.296/crypto/
Dalgapi.c146 u32 new_type = (nalg ?: alg)->cra_flags; in crypto_remove_spawns() local
155 if ((spawn->alg->cra_flags ^ new_type) & spawn->mask) in crypto_remove_spawns()
/linux-4.19.296/fs/
Dnamei.c4547 int old_type, new_type; in do_renameat2() local
4577 &new_path, &new_last, &new_type); in do_renameat2()
4593 if (new_type != LAST_NORM) in do_renameat2()
/linux-4.19.296/include/net/
Dmac80211.h3561 enum nl80211_iftype new_type, bool p2p);