Home
last modified time | relevance | path

Searched refs:assign_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/fs/
Dlocks.c477 static int assign_type(struct file_lock_core *flc, int type) in assign_type() function
535 return assign_type(&fl->c, l->l_type); in flock64_to_posix_lock()
590 if (assign_type(&fl->c, type) != 0) in lease_init()
1444 int error = assign_type(&fl->c, arg); in lease_modify()
/linux-6.14.4/net/dsa/
Duser.c2745 int assign_type; in dsa_user_create() local
2753 assign_type = NET_NAME_PREDICTABLE; in dsa_user_create()
2756 assign_type = NET_NAME_ENUM; in dsa_user_create()
2760 assign_type, ether_setup, in dsa_user_create()