Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A 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.15/net/dsa/
H A Duser.c2754 int assign_type; in dsa_user_create() local
2762 assign_type = NET_NAME_PREDICTABLE; in dsa_user_create()
2765 assign_type = NET_NAME_ENUM; in dsa_user_create()
2769 assign_type, ether_setup, in dsa_user_create()