Home
last modified time | relevance | path

Searched refs:allow_link (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/configfs/
Dsymlink.c158 !type->ct_item_ops->allow_link) in configfs_symlink()
165 ret = type->ct_item_ops->allow_link(parent_item, target_item); in configfs_symlink()
/linux-3.4.99/include/linux/
Dconfigfs.h228 int (*allow_link)(struct config_item *src, struct config_item *target); member
/linux-3.4.99/Documentation/filesystems/configfs/
Dconfigfs.txt169 int (*allow_link)(struct config_item *src,
361 A config_item may provide the ct_item_ops->allow_link() and
362 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
367 When symlink(2) is called, the source config_item's ->allow_link()
/linux-3.4.99/drivers/target/
Dtarget_core_fabric_configfs.c237 .allow_link = target_fabric_mappedlun_link,
833 .allow_link = target_fabric_port_link,