Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/net/dsa/
Duser.c2697 int assign_type; in dsa_user_create() local
2705 assign_type = NET_NAME_PREDICTABLE; in dsa_user_create()
2708 assign_type = NET_NAME_ENUM; in dsa_user_create()
2712 assign_type, ether_setup, in dsa_user_create()