Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dalloc.c751 int change_group = false; in nilfs_palloc_freev() local
788 change_group = true; in nilfs_palloc_freev()
807 if (change_group) in nilfs_palloc_freev()
/openbmc/linux/net/core/
H A Dnet-sysfs.c469 static int change_group(struct net_device *dev, unsigned long new_group) in change_group() function
478 return netdev_store(dev, attr, buf, len, change_group); in group_store()